mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r12671: Modules don't have to be linked with their subsystem.
(This used to be commit 8f5edcc6a2
)
This commit is contained in:
parent
bc4aebfaec
commit
0b41dad3fc
@ -75,7 +75,6 @@ sub check_module($$$)
|
||||
|
||||
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});
|
||||
|
Loading…
Reference in New Issue
Block a user