From 44c01a5eb45a0cd5ca3de8be5c4680de75418dce Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 20 Jun 2010 11:33:43 +0200 Subject: s4:ldb-samba: fix the build without a system ldb metze --- source4/lib/ldb-samba/wscript_build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source4/lib/ldb-samba') diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build index 37cfce27df..717a8465a7 100644 --- a/source4/lib/ldb-samba/wscript_build +++ b/source4/lib/ldb-samba/wscript_build @@ -1,7 +1,11 @@ #!/usr/bin/env python -bld.SAMBA_SUBSYSTEM('LDBSAMBA', +# It is important that this is a library! +# Otherwise samba specific symbols end up in +# 'ldb' and we fail the ABI check, when not using +# a system 'ldb'. +bld.SAMBA_LIBRARY('LDBSAMBA', source='ldif_handlers.c ldb_wrap.c', autoproto='ldif_handlers_proto.h', public_deps='ldb', -- cgit