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

jelmer at samba.org jelmer at samba.org
Mon Dec 17 17:40:58 GMT 2007


Author: jelmer
Date: 2007-12-17 17:40:57 +0000 (Mon, 17 Dec 2007)
New Revision: 26510

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

Log:
attempt to fix shld flags for darwin.
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-12-17 13:21:29 UTC (rev 26509)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4	2007-12-17 17:40:57 UTC (rev 26510)
@@ -142,7 +142,7 @@
 			LD_SHLIB_FLAGS="-shared"
 			;;
 		*darwin*)
-			LD_SHLIB_FLAGS="-bundle -flat_namespace -Wl,-search_paths_first"
+			LD_SHLIB_FLAGS="-bundle -dynamiclib -Wl,-search_paths_first"
 			;;
 	esac
 



More information about the samba-cvs mailing list