From ffc3f943cd9fbcc7dfdae6e843b2759a81e5b110 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Wed, 1 Dec 2010 15:26:11 +0100 Subject: s4/waf: add intl dependency for nss_winnbind MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit needed to fix a build issue on NetBSD and other platforms Autobuild-User: Björn Jacke Autobuild-Date: Wed Dec 1 16:15:19 CET 2010 on sn-devel-104 --- nsswitch/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsswitch/wscript_build') 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', ) -- cgit