Link sptps_speed with -lrt.
This is necessary for clock_gettime() on older versions of libc.
This commit is contained in:
parent
c621dd62c7
commit
22d804d446
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ sptps_test_SOURCES += \
|
|||
endif
|
||||
|
||||
tinc_LDADD = $(READLINE_LIBS) $(CURSES_LIBS)
|
||||
sptps_speed_LDADD = -lrt
|
||||
|
||||
LIBS = @LIBS@ @LIBGCRYPT_LIBS@
|
||||
|
||||
|
|
Loading…
Reference in a new issue