summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-14 11:58:02 -0700
committerKarolin Seeger <kseeger@samba.org>2012-10-01 11:24:41 +0200
commitde953ff43f0c42b2cf494309bdabf74bd2509eb3 (patch)
treef39fb588ec765d0981199f47e86254001b502013
parent6f0721610f02b0fea15d8f01f1defc1dcac6c6ab (diff)
downloadsamba-de953ff43f0c42b2cf494309bdabf74bd2509eb3.tar.gz
build: Fix build on systems without ldap development headers
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Sep 14 22:53:30 CEST 2012 on sn-devel-104 The last 2 patches address bug #9228 - libpdb/pdb_ldap/idmap_ldap build dependencies cleanup (for 4.0RC2).
-rwxr-xr-xsource3/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 60965ef1ae4..7e39ec39986 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -740,6 +740,7 @@ bld.SAMBA3_LIBRARY('smbldaphelper',
source='passdb/pdb_ldap_schema.c passdb/pdb_ldap_util.c',
deps='smbldap secrets3',
allow_undefined_symbols=True,
+ enabled=bld.env.HAVE_LDAP,
private_library=True)
bld.SAMBA3_SUBSYSTEM('SERVER_MUTEX',