FreeBSD's libc does not support backtrace(), but libexecinfo optionally replicates this function (and the other defined in execinfo.h).
This commit is contained in:
@@ -50,7 +50,7 @@ utils/mutex.c utils/mutex.h \
|
||||
utils/backtrace.c utils/backtrace.h \
|
||||
plugins/plugin_loader.c plugins/plugin_loader.h plugins/plugin.h
|
||||
|
||||
libstrongswan_la_LIBADD = -lpthread $(DLLIB)
|
||||
libstrongswan_la_LIBADD = -lpthread $(DLLIB) $(BTLIB)
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan
|
||||
AM_CFLAGS = \
|
||||
|
||||
Reference in New Issue
Block a user