mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
libreplace/waf: look for clock_gettime
This commit is contained in:
parent
4e104f185e
commit
9f87bc4588
@ -173,6 +173,7 @@ def configure(conf):
|
||||
define='DLOPEN_TAKES_UNSIGNED_FLAGS', headers='dlfcn.h dl.h')
|
||||
|
||||
conf.CHECK_FUNCS_IN('fdatasync', 'rt', checklibc=True)
|
||||
conf.CHECK_FUNCS_IN('clock_gettime', 'rt', checklibc=True)
|
||||
|
||||
# these headers need to be tested as a group on freebsd
|
||||
conf.CHECK_HEADERS(headers='sys/socket.h net/if.h', together=True)
|
||||
|
Loading…
Reference in New Issue
Block a user