Skip to content

Commit

Permalink
More alt config stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdphk committed Dec 20, 2013
1 parent f2462d1 commit 943777f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.inc.phk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ LIB_VARNISHTOOLS = -L $(TOPDIR)/lib/libvarnishtools -lvarnishtools
LIB_VCC = -L $(TOPDIR)/lib/libvcc -lvcc
LIB_VGZ = -L $(TOPDIR)/lib/libvgz -lvgz
LIB_PCRE = -L /usr/local/lib -lpcre
LIB_EXECINFO = -lexecinfo
LIB_EXECINFO = ${EXECINFO}
LIB_CURSES = -lcurses
LIB_READLINE = ${LINEDISC}

Expand Down
7 changes: 7 additions & 0 deletions config.phk
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,13 @@ else
echo "LINEDISC=" >> _.cache
fi

#######################################################################
# Check for libexecinfo (FreeBSD::backtrace()

if [ -f /usr/lib/libexecinfo.so ] ; then
echo "EXECINFO=-lexecinfo" >> _.cache
fi

#######################################################################
# Done...
cat _.cache
Expand Down

0 comments on commit 943777f

Please sign in to comment.