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:
Tobias Brunner
2009-08-07 18:46:25 +02:00
parent dd4c14f37c
commit 3974b2fb07
2 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -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 = \