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

jpeach at samba.org jpeach at samba.org
Thu Nov 23 06:07:03 GMT 2006


Author: jpeach
Date: 2006-11-23 06:07:03 +0000 (Thu, 23 Nov 2006)
New Revision: 19851

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

Log:
Disable gcc PIE options on Darwin.

Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2006-11-23 00:34:31 UTC (rev 19850)
+++ branches/SAMBA_3_0/source/configure.in	2006-11-23 06:07:03 UTC (rev 19851)
@@ -1841,6 +1841,11 @@
 			BLDSHARED="true"
 			LDSHFLAGS="-bundle -flat_namespace -undefined suppress"
 			SHLIBEXT="dylib"
+			# Since gcc doesn't fail on unrecognised options, the
+			# PIE test incorrectly succeeds. Darwin gcc does not
+			# actually support the PIE stuff.
+			PIE_LDFLAGS=
+			PIE_CFLAGS=
 			AC_DEFINE(STAT_ST_BLOCKSIZE,512)
 			;;
 



More information about the samba-cvs mailing list