s3-winbind: fix the build of idmap_ldap.
authorGünther Deschner <gd@samba.org>
Tue, 22 Jan 2013 10:54:19 +0000 (11:54 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 28 Jan 2013 10:07:36 +0000 (11:07 +0100)
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
(cherry picked from commit d56b4560b585c613b65b05a9224c9e11f5038318)

The last 14 patches address bug #9595 - Build fixes from master not yet in 4.0.

source3/winbindd/wscript_build

index 0d826f0f3db6c5780483ea962722888ad91c0b52..7e807272a9edd9238fc2e012be71964a94df85fe 100644 (file)
@@ -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',