Add execinfo to freebsd LINKFLAGS

This commit is contained in:
Ryan Dahl 2010-11-01 11:40:11 -07:00
parent 7a7e88d44b
commit fd725efa8f

View File

@ -30,6 +30,10 @@ ifeq ($(platform),solaris)
WANT_SOCKET = 1
endif
ifeq ($(platform),freebsd)
LINKFLAGS += -L/usr/local/lib -lpthread -lexecinfo -lkvm
endif
ifdef WANT_OPENSSL
HAVE_OPENSSL = 1
HAVE_CRYPTO = 1