r25847: Don't link modules against their subsystem.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 6 Nov 2007 00:05:26 +0000 (01:05 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:44:25 +0000 (05:44 +0100)
(This used to be commit 7e34e0645c98c3697767dc78dcd22a98d0f2b8fc)

source4/build/smb_build/input.pm

index a96aad227175f309cdd336f2a7e83468a7be95b8..ca61499fd47a6d64d00aa9256f0e805dd35c0de7 100644 (file)
@@ -102,7 +102,6 @@ sub check_module($$$)
                my $sane_subsystem = lc($mod->{SUBSYSTEM});
                $sane_subsystem =~ s/^lib//;
                $mod->{INSTALLDIR} = "MODULESDIR/$sane_subsystem";
-               push (@{$mod->{PRIVATE_DEPENDENCIES}}, $mod->{SUBSYSTEM});
        } 
        if (grep(/INTEGRATED/, @{$mod->{OUTPUT_TYPE}})) {
                push (@{$INPUT->{$mod->{SUBSYSTEM}}{INIT_FUNCTIONS}}, $mod->{INIT_FUNCTION}) if defined($mod->{INIT_FUNCTION});