From 6535e29dffa2b6ae63e3e726cbffc8a94ea515d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?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 --- source3/configure.in | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/source3/configure.in b/source3/configure.in index 416fb67..f9d40e2 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 -- 1.7.1