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:
@ -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'''
|
||||
|
Reference in New Issue
Block a user