svn commit: samba r2334 - in branches/SAMBA_3_0/source: .

tpot at samba.org tpot at samba.org
Tue Sep 14 01:49:51 GMT 2004


Author: tpot
Date: 2004-09-14 01:49:50 +0000 (Tue, 14 Sep 2004)
New Revision: 2334

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0/source&rev=2334&nolog=1

Log:
Update LDSHFLAGS for HPUX as -Wl is not necessary as we are invoking LD
directly.  Should fix #1731.

Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2004-09-14 01:11:01 UTC (rev 2333)
+++ branches/SAMBA_3_0/source/configure.in	2004-09-14 01:49:50 UTC (rev 2334)
@@ -1216,7 +1216,7 @@
 			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



More information about the samba-cvs mailing list