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

jelmer at samba.org jelmer at samba.org
Mon Dec 17 19:18:56 GMT 2007


Author: jelmer
Date: 2007-12-17 19:18:55 +0000 (Mon, 17 Dec 2007)
New Revision: 26512

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

Log:
Another attempt at fixing 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 18:31:16 UTC (rev 26511)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4	2007-12-17 19:18:55 UTC (rev 26512)
@@ -142,7 +142,7 @@
 			LD_SHLIB_FLAGS="-shared"
 			;;
 		*darwin*)
-			LD_SHLIB_FLAGS="-bundle -dynamiclib -Wl,-search_paths_first"
+			LD_SHLIB_FLAGS="-dynamiclib -Wl,-search_paths_first"
 			;;
 	esac
 



More information about the samba-cvs mailing list