s4/waf: add intl dependency for nss_winnbind
authorBjörn Jacke <bj@sernet.de>
Wed, 1 Dec 2010 14:26:11 +0000 (15:26 +0100)
committerBjoern Jacke <bj@sernet.de>
Wed, 1 Dec 2010 15:15:19 +0000 (16:15 +0100)
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

nsswitch/wscript_build

index acb7313a63baec118a0fd887a5d7452d61786fc2..223e24d451b1b0b37b3d51b8d48d938b72f0e766 100644 (file)
@@ -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',
                )