s3-winbindd: fix the build of idmap_ad modules.
authorGünther Deschner <gd@samba.org>
Thu, 14 Jun 2012 10:55:55 +0000 (12:55 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 15 Jun 2012 16:16:11 +0000 (18:16 +0200)
Guenther

Autobuild-User(master): Günther Deschner <gd@samba.org>
Autobuild-Date(master): Fri Jun 15 18:16:11 CEST 2012 on sn-devel-104

source3/winbindd/wscript_build

index d9b4d340cdb75221fce4b6d37af43489f5ae7dee..86d50ee3053f06af648e646ff3f9aa00b2539a53 100644 (file)
@@ -42,12 +42,13 @@ bld.SAMBA3_SUBSYSTEM('IDMAP_HASH',
 
 bld.SAMBA3_SUBSYSTEM('IDMAP_AD',
                     source=IDMAP_AD_SRC,
-                    deps='ads',
+                    deps='ads nss_info',
                     vars=locals(),
                     enabled=bld.env.HAVE_LDAP)
 
 bld.SAMBA3_MODULE('idmap_ad',
                  subsystem='idmap',
+                 allow_undefined_symbols=True,
                  source='',
                  deps='IDMAP_AD',
                  init_function='',