svn commit: samba r25875 - in branches/SAMBA_4_0: . source/lib/replace

jelmer at samba.org jelmer at samba.org
Tue Nov 6 14:51:43 GMT 2007


Author: jelmer
Date: 2007-11-06 14:51:42 +0000 (Tue, 06 Nov 2007)
New Revision: 25875

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25875

Log:
Try to fix the build on some HPUX machines.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4	2007-11-06 12:39:47 UTC (rev 25874)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4	2007-11-06 14:51:42 UTC (rev 25875)
@@ -98,9 +98,7 @@
 			SHLD_FLAGS="-Wl,-G,-bexpall,-bbigtoc"
 			;;
 		*hpux*)
-			if test $ac_cv_prog_cc_Ae = yes; then
-				SHLD_FLAGS="-b -Wl,-B,symbolic,-b,-z"
-			fi
+			SHLD_FLAGS="-b -Wl,-B,symbolic,-b,-z"
 			;;
 		*darwin*)
 			SHLD_FLAGS="-bundle -flat_namespace -undefined suppress"



More information about the samba-cvs mailing list