From 3c94ba500707ff171e09c000e451d72cdf4a8776 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 14 Jun 2012 12:55:55 +0200 Subject: [PATCH] s3-winbindd: fix the build of idmap_ad modules. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User(master): Günther Deschner Autobuild-Date(master): Fri Jun 15 18:16:11 CEST 2012 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 d9b4d340cdb..86d50ee3053 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='', -- 2.11.4.GIT