From 3cf58877934931abcd9a629c9d0306bf9f2c8417 Mon Sep 17 00:00:00 2001 From: tilghman Date: Fri, 17 Dec 2010 21:40:56 +0000 Subject: Let Asterisk find better backtrace information with libbfd. The menuselect option BETTER_BACKTRACES, if enabled, will use libbfd to search for better symbol information within both the Asterisk binary, as well as loaded modules, to assist when using inline backtraces to track down problems. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@298905 f38db490-d61c-443f-a65b-d21fe96a405b --- makeopts.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makeopts.in') diff --git a/makeopts.in b/makeopts.in index ca3fd3267..e0f86410d 100644 --- a/makeopts.in +++ b/makeopts.in @@ -73,6 +73,9 @@ AST_FORTIFY_SOURCE=@AST_FORTIFY_SOURCE@ ASOUND_INCLUDE=@ALSA_INCLUDE@ ASOUND_LIB=@ALSA_LIB@ +BFD_INCLUDE=@BFD_INCLUDE@ +BFD_LIB=@BFD_LIB@ + CURL_INCLUDE=@CURL_INCLUDE@ CURL_LIB=@CURL_LIB@ -- cgit v1.2.3