diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-17 14:13:42 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-02-18 17:00:34 +1100 |
commit | a493bf9103e5a36e0aef0d1bf1a055f602955d0f (patch) | |
tree | d7154312733c4ba7b4d1c28371de9af8028d444d /nsswitch/wscript_build | |
parent | 92faeaeea841dd0bce9460d25429846ae2fdc0af (diff) | |
download | samba-a493bf9103e5a36e0aef0d1bf1a055f602955d0f.tar.gz samba-a493bf9103e5a36e0aef0d1bf1a055f602955d0f.tar.bz2 samba-a493bf9103e5a36e0aef0d1bf1a055f602955d0f.zip |
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 <abartlet@samba.org>
Diffstat (limited to 'nsswitch/wscript_build')
-rw-r--r-- | nsswitch/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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' ) |