nsswitch: depend on dl
authorAndrew Tridgell <tridge@samba.org>
Thu, 17 Feb 2011 03:13:42 +0000 (14:13 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 18 Feb 2011 06:00:34 +0000 (17:00 +1100)
The previous merge in this area didn't preserve the 'dl' depedency,
which may be required on some platforms.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

nsswitch/wscript_build

index 6087eda18e3d3e81b71c14302c5d337c94a171f4..83b10a7969f226ec68454a7d63e8d898498f68bf 100644 (file)
@@ -10,7 +10,7 @@ bld.SAMBA_LIBRARY('winbind-client',
 
 bld.SAMBA_BINARY('nsstest',
        source='nsstest.c',
-       deps='replace'
+       deps='replace dl'
        )