summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2012-06-14 12:55:55 +0200
committerGünther Deschner <gd@samba.org>2012-06-15 18:16:11 +0200
commit3c94ba500707ff171e09c000e451d72cdf4a8776 (patch)
tree9c3de359bb50f9cb8519b64a34f60213099ed0bf /source3
parentd7b0e9a42a424de4b0409d3c55834e6118342f3b (diff)
downloadsamba-3c94ba500707ff171e09c000e451d72cdf4a8776.tar.gz
samba-3c94ba500707ff171e09c000e451d72cdf4a8776.tar.bz2
samba-3c94ba500707ff171e09c000e451d72cdf4a8776.zip
s3-winbindd: fix the build of idmap_ad modules.
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
Diffstat (limited to 'source3')
-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 d9b4d340cd..86d50ee305 100644
--- a/source3/winbindd/wscript_build
+++ b/source3/winbindd/wscript_build
@@ -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='',