From 0597c715b6369a1ee46d896aab67f55b98a19e71 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 20 Mar 2010 17:37:43 +1100 Subject: build: libreplace now depends on nsl and socket these become empty targets if not needed --- lib/replace/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/replace') 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''' -- cgit