summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2010-08-31 11:31:19 +0200
committerBjörn Jacke <bj@sernet.de>2010-08-31 11:33:22 +0200
commit7c88ccde30b824e14183f7fd07f0c307c7ff693d (patch)
treebdcc9750910a3c5b65130ac6b84d8e2a7c506d59 /lib/replace
parentf222387533645689b8529235d5e6c77418064f9e (diff)
downloadsamba-7c88ccde30b824e14183f7fd07f0c307c7ff693d.tar.gz
samba-7c88ccde30b824e14183f7fd07f0c307c7ff693d.tar.bz2
samba-7c88ccde30b824e14183f7fd07f0c307c7ff693d.zip
replace/waf: add rt to deps at this place
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index 8c1c57f12c..35e376a05d 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -364,7 +364,7 @@ def build(bld):
# libraries are loaded, but this doesn't appear to work
# at the moment:
# hide_symbols=bld.BUILTIN_LIBRARY('replace'),
- deps='crypt dl nsl socket')
+ deps='crypt dl nsl socket rt')
TEST_SOURCES = '''test/testsuite.c test/main.c test/strptime.c
test/os2_delete.c test/getifaddrs.c'''