diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-06-20 16:22:46 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-20 17:42:22 +0200 |
commit | a87561613af3e54503f80d559227f836c17ed263 (patch) | |
tree | b2c298673de1607e13a9cfb219800cb2534312a0 | |
parent | e812832db347269e46b28af31ff7ba3301405117 (diff) | |
download | samba-a87561613af3e54503f80d559227f836c17ed263.tar.gz samba-a87561613af3e54503f80d559227f836c17ed263.tar.bz2 samba-a87561613af3e54503f80d559227f836c17ed263.zip |
Revert "s4:ldb-samba: fix the build without a system ldb"
This reverts commit 44c01a5eb45a0cd5ca3de8be5c4680de75418dce.
This caused problems when using a system ldb and as we don't
do ABI checks for ldb-samba4 any more, we don't need this change.
metze
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
-rw-r--r-- | source4/lib/ldb-samba/wscript_build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build index 970f495eca..a58316ec13 100644 --- a/source4/lib/ldb-samba/wscript_build +++ b/source4/lib/ldb-samba/wscript_build @@ -4,11 +4,6 @@ # as a built-in module and this delutes the symbols in the ldb library with # the symbols of all of ldb_ildap's dependencies. -# However, LDBSAMBA has to be a subsystem, otherwise we end up with an unusable -# build when building against the system ldb. - -# When adding/modifying public symbols in LDBSAMBA, please make sure that -# lib/ldb/ABI/ldb-samba-X.sigs gets updated. bld.SAMBA_SUBSYSTEM('LDBSAMBA', source='ldif_handlers.c ldb_wrap.c', autoproto='ldif_handlers_proto.h', |