On FreeBSD backtrace() needs -lexecinfo
This commit is contained in:
parent
371b3a2ba5
commit
324c84aebd
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue