summaryrefslogtreecommitdiff
path: root/nsswitch/wscript_build
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-12-12 12:06:31 +0300
committerMatthieu Patou <mat@samba.org>2010-12-12 10:54:02 +0100
commit24cac449a1910ce55cbc5e83180b6dd89940223f (patch)
treea1eeadd5d798b49186e7a0ce069b8cde5035747e /nsswitch/wscript_build
parent864335ec186e08bca8d9404167d9337695ee6614 (diff)
downloadsamba-24cac449a1910ce55cbc5e83180b6dd89940223f.tar.gz
samba-24cac449a1910ce55cbc5e83180b6dd89940223f.tar.bz2
samba-24cac449a1910ce55cbc5e83180b6dd89940223f.zip
build: change lib order to fix build on netbsd
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Dec 12 10:54:02 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 223e24d451..184d20e9fd 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 intl',
+ deps='intl talloc wbclient winbind-client LIBINIPARSER pam',
cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
realname='pam_winbind.so',
)