redoconf: clock_gettime() detection needs to depend on -lrt.
More generally, default.func.rc.od wasn't super useful because you couldn't specify either a header file or library dependencies. Drop it and make an explicit clock_gettime.rc.od. As a bonus, this also checks that CLOCK_MONOTONIC exists as expected. Reported-by: Wayne Scott <wsc9tt@gmail.com>
This commit is contained in:
parent
ea6a7135f1
commit
337e026ce3
3 changed files with 18 additions and 14 deletions
|
|
@ -9,7 +9,7 @@ rc_include \
|
|||
rc/libm.rc \
|
||||
rc/rt.autolib.rc \
|
||||
rc/libpng.rc \
|
||||
rc/clock_gettime.func.rc \
|
||||
rc/clock_gettime.rc \
|
||||
rc/mach_time.h.rc \
|
||||
rc/windows.h.rc \
|
||||
rc/posix.rc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue