diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-20 17:37:43 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:57 +1000 |
commit | 0597c715b6369a1ee46d896aab67f55b98a19e71 (patch) | |
tree | fceff35aa280b671e6d9f488f16ef8a418986e0e /lib | |
parent | ec3fbe5fb18cc03ca94f6b3019bcac489dc53726 (diff) | |
download | samba-0597c715b6369a1ee46d896aab67f55b98a19e71.tar.gz samba-0597c715b6369a1ee46d896aab67f55b98a19e71.tar.bz2 samba-0597c715b6369a1ee46d896aab67f55b98a19e71.zip |
build: libreplace now depends on nsl and socket
these become empty targets if not needed
Diffstat (limited to 'lib')
-rw-r--r-- | lib/replace/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index 7f9b08ce60..151f3ed85c 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -336,7 +336,7 @@ def build(bld): bld.SAMBA_LIBRARY('replace', source=REPLACE_SOURCE, group='base_libraries', - deps='LIBREPLACE_GETPASS') + deps='LIBREPLACE_GETPASS nsl socket') TEST_SOURCES = '''test/testsuite.c test/main.c test/strptime.c test/os2_delete.c test/getifaddrs.c''' |