On FreeBSD backtrace() needs -lexecinfo

This commit is contained in:
thorkill 2015-12-10 23:33:15 +01:00
parent 371b3a2ba5
commit 324c84aebd

View file

@ -216,4 +216,13 @@ if OPENBSD
AM_CFLAGS += -fstack-protector-all
endif
if BSD
tincd_LDADD += -lexecinfo
tinc_LDADD += -lexecinfo
sptps_test_LDADD += -lexecinfo
sptps_keypair_LDADD += -lexecinfo
sptps_speed_LDADD += -lexecinfo
endif
#-fsanitize=address