From 7c88ccde30b824e14183f7fd07f0c307c7ff693d Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Tue, 31 Aug 2010 11:31:19 +0200 Subject: replace/waf: add rt to deps at this place --- lib/replace/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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''' -- cgit