From defc3d82e7f3ae15a9642563b8960a182ea9cb3a Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 14 Sep 2004 01:49:50 +0000 Subject: r2334: Update LDSHFLAGS for HPUX as -Wl is not necessary as we are invoking LD directly. Should fix #1731. (This used to be commit 9f241a8f2a590acd31f59f689b7eb17b6ae4f3dd) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 31ccb1e11f..0e172727e5 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1216,7 +1216,7 @@ if test "$enable_shared" = "yes"; then if test $ac_cv_prog_cc_Ae = yes; then BLDSHARED="true" SHLD="/usr/bin/ld" - LDSHFLAGS="-b -Wl,-B,symbolic,-b,-z" + LDSHFLAGS="-B symbolic -b -z" SONAMEFLAG="+h " PICFLAGS="+z" elif test "${GCC}" = "yes"; then -- cgit