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

jelmer at samba.org jelmer at samba.org
Mon Jan 2 03:27:13 GMT 2006


Author: jelmer
Date: 2006-01-02 03:27:11 +0000 (Mon, 02 Jan 2006)
New Revision: 12671

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

Log:
Modules don't have to be linked with their subsystem.

Modified:
   branches/SAMBA_4_0/source/build/smb_build/input.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/input.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/input.pm	2006-01-02 00:16:08 UTC (rev 12670)
+++ branches/SAMBA_4_0/source/build/smb_build/input.pm	2006-01-02 03:27:11 UTC (rev 12671)
@@ -75,7 +75,6 @@
 
 	if ($mod->{OUTPUT_TYPE} eq "SHARED_LIBRARY") {
 		$mod->{INSTALLDIR} = "MODULESDIR/$mod->{SUBSYSTEM}";
-		push (@{$mod->{REQUIRED_SUBSYSTEMS}}, $mod->{SUBSYSTEM});
 	} else {
 		push (@{$INPUT->{$mod->{SUBSYSTEM}}{REQUIRED_SUBSYSTEMS}}, $mod->{NAME});
 		push (@{$INPUT->{$mod->{SUBSYSTEM}}{INIT_FUNCTIONS}}, $mod->{INIT_FUNCTION}) if defined($mod->{INIT_FUNCTION});



More information about the samba-cvs mailing list