[PATCH] ldbsamba: Move pyldb-utils dependency to python_samba__ldb
Kai Blin
kai at samba.org
Tue May 13 16:24:08 MDT 2014
This allows to build smbd statically again.
Pair-programmed-with: Stefan Metzmacher <metze at samba.org>
Signed-off-by: Kai Blin <kai at samba.org>
---
lib/ldb-samba/wscript_build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/ldb-samba/wscript_build b/lib/ldb-samba/wscript_build
index 63ff5b1..cec03fb 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-utils',
realname='samba/_ldb.so')
bld.SAMBA_MODULE('ldbsamba_extensions',
--
1.9.1
More information about the samba-technical
mailing list