mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +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:
committed by
Bjoern Jacke
parent
6803a72d15
commit
ffc3f943cd
@ -28,7 +28,7 @@ bld.SAMBA_LIBRARY('nss_winbind',
|
|||||||
if bld.CONFIG_SET('HAVE_PAM_START'):
|
if bld.CONFIG_SET('HAVE_PAM_START'):
|
||||||
bld.SAMBA_LIBRARY('pamwinbind',
|
bld.SAMBA_LIBRARY('pamwinbind',
|
||||||
source='../nsswitch/pam_winbind.c',
|
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,
|
cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
|
||||||
realname='pam_winbind.so',
|
realname='pam_winbind.so',
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user