r2334: Update LDSHFLAGS for HPUX as -Wl is not necessary as we are invoking LD
authorTim Potter <tpot@samba.org>
Tue, 14 Sep 2004 01:49:50 +0000 (01:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:39 +0000 (10:52 -0500)
directly.  Should fix #1731.

source/configure.in

index 31ccb1e11fa935f7457e18dbd8a9646d24927d38..0e172727e54de20ccd980f2aa3351e3ca80e3122 100644 (file)
@@ -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