1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

r25847: Don't link modules against their subsystem.

(This used to be commit 7e34e0645c98c3697767dc78dcd22a98d0f2b8fc)
This commit is contained in:
Jelmer Vernooij 2007-11-06 01:05:26 +01:00 committed by Stefan Metzmacher
parent 48ed51e61e
commit ba4a5bb2ea

View 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});