From: Kai Blin Date: Tue, 13 May 2014 22:22:01 +0000 (+0200) Subject: ldbsamba: Move pyldb-utils dependency to python_samba__ldb X-Git-Url: http://git.samba.org/?p=mat%2Fsamba.git;a=commitdiff_plain;h=e9cff2183196f25eb734c8779e84fc382ab1e342 ldbsamba: Move pyldb-utils dependency to python_samba__ldb This allows to build smbd statically again. Pair-programmed-with: Stefan Metzmacher Signed-off-by: Kai Blin Signed-off-by: Stefan Metzmacher Autobuild-User(master): Kai Blin Autobuild-Date(master): Wed May 14 04:01:46 CEST 2014 on sn-devel-104 --- diff --git a/lib/ldb-samba/wscript_build b/lib/ldb-samba/wscript_build index 63ff5b11b7..7016b2f23b 100644 --- a/lib/ldb-samba/wscript_build +++ b/lib/ldb-samba/wscript_build @@ -8,7 +8,7 @@ bld.SAMBA_LIBRARY('ldbsamba', source='ldif_handlers.c', autoproto='ldif_handlers_proto.h', public_deps='ldb', - deps='samba-security ndr NDR_DRSBLOBS NDR_DNSP ldbwrap samdb-common SAMDB_SCHEMA tdb pyldb-util errors', + deps='samba-security ndr NDR_DRSBLOBS NDR_DNSP ldbwrap samdb-common SAMDB_SCHEMA tdb errors', private_library=True ) @@ -20,7 +20,7 @@ bld.SAMBA_SUBSYSTEM('ldbwrap', bld.SAMBA_PYTHON('python_samba__ldb', 'pyldb.c', - deps='ldbsamba pyparam_util ldbwrap', + deps='ldbsamba pyparam_util ldbwrap pyldb-util', realname='samba/_ldb.so') bld.SAMBA_MODULE('ldbsamba_extensions',