Make it build on openbsd.
Build on amd64 and sparc64.
This commit is contained in:
parent
d9a8344467
commit
c9515a79de
2 changed files with 4 additions and 0 deletions
|
|
@ -191,10 +191,12 @@ sptps_test_LDADD = libtincd.la libed25519.la libtincconf.la libchacha_poly1305.l
|
|||
sptps_keypair_LDADD = libed25519.la libtincconf.la libchacha_poly1305.la libtincd.la libchacha_poly1305.la
|
||||
|
||||
if !DARWIN
|
||||
if !OPENBSD
|
||||
sptps_speed_LDADD += -lrt
|
||||
sptps_test_LDADD += -lrt
|
||||
sptps_keypair_LDADD += -lrt
|
||||
endif
|
||||
endif
|
||||
|
||||
LIBS = @LIBS@ -lm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue