summaryrefslogtreecommitdiff
path: root/nsswitch/wscript_build
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2010-12-01 15:26:11 +0100
committerBjoern Jacke <bj@sernet.de>2010-12-01 16:15:19 +0100
commitffc3f943cd9fbcc7dfdae6e843b2759a81e5b110 (patch)
tree7999484b66dc44721c7cf57b29891d861acd6bc6 /nsswitch/wscript_build
parent6803a72d1595db6c25ff2a42f7ed5dd7a8be574f (diff)
downloadsamba-ffc3f943cd9fbcc7dfdae6e843b2759a81e5b110.tar.gz
samba-ffc3f943cd9fbcc7dfdae6e843b2759a81e5b110.tar.bz2
samba-ffc3f943cd9fbcc7dfdae6e843b2759a81e5b110.zip
s4/waf: add intl dependency for nss_winnbind
needed to fix a build issue on NetBSD and other platforms Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Wed Dec 1 16:15:19 CET 2010 on sn-devel-104
Diffstat (limited to 'nsswitch/wscript_build')
-rw-r--r--nsswitch/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index acb7313a63..223e24d451 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -28,7 +28,7 @@ bld.SAMBA_LIBRARY('nss_winbind',
if bld.CONFIG_SET('HAVE_PAM_START'):
bld.SAMBA_LIBRARY('pamwinbind',
source='../nsswitch/pam_winbind.c',
- deps='talloc wbclient winbind-client LIBINIPARSER pam',
+ deps='talloc wbclient winbind-client LIBINIPARSER pam intl',
cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
realname='pam_winbind.so',
)