From: Andrew Tridgell Date: Thu, 17 Feb 2011 03:13:42 +0000 (+1100) Subject: nsswitch: depend on dl X-Git-Tag: tevent-0.9.11~511 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a493bf9103e5a36e0aef0d1bf1a055f602955d0f;p=thirdparty%2Fsamba.git nsswitch: depend on dl The previous merge in this area didn't preserve the 'dl' depedency, which may be required on some platforms. Pair-Programmed-With: Andrew Bartlett --- diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 6087eda18e3..83b10a7969f 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -10,7 +10,7 @@ bld.SAMBA_LIBRARY('winbind-client', bld.SAMBA_BINARY('nsstest', source='nsstest.c', - deps='replace' + deps='replace dl' )