From fe9dde3a629db9ae98ff6d94be145aa7e7c2d9ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Wed, 16 Jun 2010 23:36:38 +0200 Subject: [PATCH] s3:configure: use cc for linking on IRIX and fix shlib usage The last two patches address bug #7504 (numerous build glitches to be fixed). --- source3/configure.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source3/configure.in b/source3/configure.in index 4e9ee1ba604..4360ca6e130 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1571,9 +1571,8 @@ DSO_EXPORTS="" ;; esac BLDSHARED="true" - LDSHFLAGS="-set_version sgi1.0 -shared" - SONAMEFLAG="-soname " - SHLD="\${LD}" + LDSHFLAGS="-Wl,-set_version,sgi1.0 -shared" + SONAMEFLAG="-Wl,-soname," if test "${GCC}" = "yes"; then PICFLAG="-fPIC" else -- 2.11.4.GIT