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

jelmer at samba.org jelmer at samba.org
Fri Mar 17 15:36:04 GMT 2006


Author: jelmer
Date: 2006-03-17 15:36:03 +0000 (Fri, 17 Mar 2006)
New Revision: 14516

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

Log:
dynconfig fixes

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	2006-03-17 14:44:15 UTC (rev 14515)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-03-17 15:36:03 UTC (rev 14516)
@@ -452,7 +452,8 @@
 		"-l$link_name",
 		"",
 		"$ctx->{VERSION}",
-		$ctx->{DESCRIPTION}
+		$ctx->{DESCRIPTION},
+		1
 	); 
 }
 
@@ -511,6 +512,7 @@
 
 	# nasty hack to allow running locally
 	if ($self->{duplicate_build}) {
+		$self->output("bin/libdynconfig.\$(SHLIBEXT): dynconfig-devel.o\n");
 		$self->output("bin/libdynconfig.\$(SHLIBEXT): LIBRARY_DYNCONFIG_OBJ_LIST=dynconfig-devel.o\n");
 	}
 



More information about the samba-cvs mailing list