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

jelmer at samba.org jelmer at samba.org
Wed Nov 14 22:46:30 GMT 2007


Author: jelmer
Date: 2007-11-14 22:46:29 +0000 (Wed, 14 Nov 2007)
New Revision: 25956

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

Log:
Try metze's suggestion for Mac OS X shld flags.
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 11:42:03 UTC (rev 25955)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4	2007-11-14 22:46:29 UTC (rev 25956)
@@ -111,7 +111,7 @@
 			fi
 			;;
 		*darwin*)
-			SHLD_FLAGS="-dynamiclib"
+			SHLD_FLAGS="-bundle -flat_namespace -undefined suppress -Wl,-search_paths_first"
 			;;
 	esac
 



More information about the samba-cvs mailing list