From d56b4560b585c613b65b05a9224c9e11f5038318 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 22 Jan 2013 11:54:19 +0100 Subject: [PATCH] s3-winbind: fix the build of idmap_ldap. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Andrew Bartlett Autobuild-User(master): Günther Deschner Autobuild-Date(master): Tue Jan 22 14:43:40 CET 2013 on sn-devel-104 --- source3/winbindd/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', -- 2.11.4.GIT