1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

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
This commit is contained in:
Björn Jacke
2010-12-01 15:26:11 +01:00
committed by Bjoern Jacke
parent 6803a72d15
commit ffc3f943cd

View 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',
)