svn commit: samba r23635 - in branches/SAMBA_4_0/source/build/smb_build: .

metze at samba.org metze at samba.org
Wed Jun 27 17:48:32 GMT 2007


Author: metze
Date: 2007-06-27 17:48:30 +0000 (Wed, 27 Jun 2007)
New Revision: 23635

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

Log:
fix the samba4 build...

we need a bit more work to get linking of
shared libraries completely right...

metze
Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2007-06-27 16:53:56 UTC (rev 23634)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2007-06-27 17:48:30 UTC (rev 23635)
@@ -314,7 +314,8 @@
 		$self->_prepare_list($ctx, "FULL_OBJ_LIST");
 	}
 	$self->_prepare_list($ctx, "DEPEND_LIST");
-	$self->_prepare_list_ex($ctx, "LINK_FLAGS", "-Wl,--whole-archive", "-Wl,--no-whole-archive");
+	$self->_prepare_list($ctx, "LINK_FLAGS");
+#	$self->_prepare_list_ex($ctx, "LINK_FLAGS", "-Wl,--whole-archive", "-Wl,--no-whole-archive");
 
 	push(@{$self->{all_objs}}, "\$($ctx->{TYPE}_$ctx->{NAME}_FULL_OBJ_LIST)");
 



More information about the samba-cvs mailing list