From a493bf9103e5a36e0aef0d1bf1a055f602955d0f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 17 Feb 2011 14:13:42 +1100 Subject: 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 --- nsswitch/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsswitch') diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 6087eda18e..83b10a7969 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' ) -- cgit