summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-01-22 11:54:19 +0100
committerGünther Deschner <gd@samba.org>2013-01-22 14:43:40 +0100
commitd56b4560b585c613b65b05a9224c9e11f5038318 (patch)
tree1517c1646fdf030fe220a34cf6b178cc9d4a746c
parent9aca52877a3f6f59887098ebb8e664922c8c7aad (diff)
downloadsamba-d56b4560b585c613b65b05a9224c9e11f5038318.tar.gz
s3-winbind: fix the build of idmap_ldap.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Tue Jan 22 14:43:40 CET 2013 on sn-devel-104
-rw-r--r--source3/winbindd/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build
index 0d826f0f3db..7e807272a9e 100644
--- a/source3/winbindd/wscript_build
+++ b/source3/winbindd/wscript_build
@@ -65,7 +65,8 @@ bld.SAMBA3_MODULE('idmap_ldap',
deps='smbldap smbldaphelper pdb',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('idmap_ldap'),
- enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_ldap') and bld.CONFIG_SET("HAVE_LDAP"))
+ enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_ldap') and bld.CONFIG_SET("HAVE_LDAP"),
+ allow_undefined_symbols=True)
bld.SAMBA3_MODULE('idmap_nss',
subsystem='idmap',