From 476cd3bc76ab579b63a8f17a30a8fc6dbfb4526b Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 12 Dec 2010 12:06:31 +0300 Subject: [PATCH] build: change lib order to fix build on netbsd Autobuild-User: Matthieu Patou Autobuild-Date: Sun Dec 12 10:54:02 CET 2010 on sn-devel-104 (cherry picked from commit 24cac449a1910ce55cbc5e83180b6dd89940223f) --- nsswitch/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 7b15e22311a..a9881bd9c4e 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', ) -- 2.11.4.GIT