1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-07 09:49:30 +03:00

replace/waf: add rt to deps at this place

This commit is contained in:
Björn Jacke
2010-08-31 11:31:19 +02:00
parent f222387533
commit 7c88ccde30

View File

@ -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'''