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

jelmer at samba.org jelmer at samba.org
Wed Nov 14 01:07:44 GMT 2007


Author: jelmer
Date: 2007-11-14 01:07:39 +0000 (Wed, 14 Nov 2007)
New Revision: 25945

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

Log:
Fix flags for MacOS X.
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-14 01:01:31 UTC (rev 25944)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4	2007-11-14 01:07:39 UTC (rev 25945)
@@ -67,6 +67,7 @@
 		PICFLAG="-KPIC"
 		;;
 	*darwin*)
+		PICFLAG="-fno-common"
 		;;
 esac
 AC_SUBST(PICFLAG)
@@ -166,7 +167,7 @@
 			SONAMEFLAG="-Wl,-soname,"
 			;;
 		*darwin*)
-			SONAMEFLAG="-install_name "
+			SONAMEFLAG="-compatibility_version "
 			;;
 		*aix*)
 			# Not supported



More information about the samba-cvs mailing list