diff options
author | Tim Potter <tpot@samba.org> | 2004-09-14 01:49:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:39 -0500 |
commit | defc3d82e7f3ae15a9642563b8960a182ea9cb3a (patch) | |
tree | 36617b6fc4d2d497ff8afc231cfc0e41ace6798f /source3 | |
parent | 5e2bac3df484d666f9623948a3fb8bcfe7172b1f (diff) | |
download | samba-defc3d82e7f3ae15a9642563b8960a182ea9cb3a.tar.gz samba-defc3d82e7f3ae15a9642563b8960a182ea9cb3a.tar.bz2 samba-defc3d82e7f3ae15a9642563b8960a182ea9cb3a.zip |
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)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |