projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c621dd6
)
Link sptps_speed with -lrt.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 15 Sep 2013 20:03:00 +0000
(22:03 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 15 Sep 2013 20:03:00 +0000
(22:03 +0200)
This is necessary for clock_gettime() on older versions of libc.
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
bf2f640
..
ccb966c
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-195,6
+195,7
@@
sptps_test_SOURCES += \
endif
tinc_LDADD = $(READLINE_LIBS) $(CURSES_LIBS)
+sptps_speed_LDADD = -lrt
LIBS = @LIBS@ @LIBGCRYPT_LIBS@