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

metze at samba.org metze at samba.org
Thu Nov 15 10:20:55 GMT 2007


Author: metze
Date: 2007-11-15 10:20:55 +0000 (Thu, 15 Nov 2007)
New Revision: 25963

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

Log:
libreplace: samba3 doesn't use SONAMEFLAG on Mac OS 10, so also try this

metze

Modified:
   branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4	2007-11-15 05:54:51 UTC (rev 25962)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4	2007-11-15 10:20:55 UTC (rev 25963)
@@ -172,7 +172,7 @@
 			SONAMEFLAG="-Wl,-soname,"
 			;;
 		*darwin*)
-			SONAMEFLAG="-compatibility_version "
+			SONAMEFLAG="#"
 			;;
 		*aix*)
 			# Not supported



More information about the samba-cvs mailing list