summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/build/smb_build/input.pm1
-rw-r--r--source4/param/config.mk2
2 files changed, 1 insertions, 2 deletions
diff --git a/source4/build/smb_build/input.pm b/source4/build/smb_build/input.pm
index a76da496d9..53a051a3c7 100644
--- a/source4/build/smb_build/input.pm
+++ b/source4/build/smb_build/input.pm
@@ -84,7 +84,6 @@ sub check_module($$$)
return if ($mod->{ENABLE} ne "YES");
-
if (exists($INPUT->{$mod->{SUBSYSTEM}}{INIT_FUNCTION_TYPE})) {
$mod->{INIT_FUNCTION_TYPE} = $INPUT->{$mod->{SUBSYSTEM}}{INIT_FUNCTION_TYPE};
} else {
diff --git a/source4/param/config.mk b/source4/param/config.mk
index c169ce157e..6af9dab5d9 100644
--- a/source4/param/config.mk
+++ b/source4/param/config.mk
@@ -13,7 +13,7 @@ PUBLIC_HEADERS += param/param.h
PC_FILES += $(paramsrcdir)/samba-hostconfig.pc
[SUBSYSTEM::PROVISION]
-PRIVATE_DEPENDENCIES = LIBPYTHON
+PRIVATE_DEPENDENCIES = LIBPYTHON swig_ldb
PROVISION_OBJ_FILES = $(paramsrcdir)/provision.o