From: Volker Lendecke Date: Fri, 6 Dec 2019 12:20:36 +0000 (+0100) Subject: build: Explicitly depend on samba-modules where needed X-Git-Tag: ldb-2.1.0~401 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e640226621e11c2bd44450c3c284d9f72bfa714;p=thirdparty%2Fsamba.git build: Explicitly depend on samba-modules where needed Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build index b31926bf3ce..534dd0b206b 100644 --- a/source3/winbindd/wscript_build +++ b/source3/winbindd/wscript_build @@ -116,7 +116,7 @@ bld.SAMBA3_MODULE('idmap_autorid', bld.SAMBA3_LIBRARY('nss_info', source='nss_info.c', - deps='samba-util smbconf', + deps='samba-util smbconf samba-modules', private_library=True) bld.SAMBA3_MODULE('nss_info_template', diff --git a/source3/wscript_build b/source3/wscript_build index e94e9b5ac10..545e1a171b5 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -177,6 +177,7 @@ bld.SAMBA3_SUBSYSTEM('pdb', LIBCLI_AUTH flag_mapping samba-credentials + samba-modules nscd ''')