mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
Add check for backtrace support on platforms that do not have
it natively. Part of it leaked in in a previous commit. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51287 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -177,6 +177,9 @@ AC_SUBST(AST_DEVMODE)
|
|||||||
# by the --with option name, to make things easier for the users :-)
|
# by the --with option name, to make things easier for the users :-)
|
||||||
|
|
||||||
AST_EXT_LIB_SETUP([ALSA], [Advanced Linux Sound Architecture], [asound])
|
AST_EXT_LIB_SETUP([ALSA], [Advanced Linux Sound Architecture], [asound])
|
||||||
|
|
||||||
|
# BKTR is used for backtrace support on platforms that do not
|
||||||
|
# have it natively.
|
||||||
AST_EXT_LIB_SETUP([BKTR], [Stack Backtrace support], [execinfo])
|
AST_EXT_LIB_SETUP([BKTR], [Stack Backtrace support], [execinfo])
|
||||||
AST_EXT_LIB_SETUP([CAP], [POSIX 1.e capabilities], [cap])
|
AST_EXT_LIB_SETUP([CAP], [POSIX 1.e capabilities], [cap])
|
||||||
AST_EXT_LIB_SETUP([CURL], [cURL], [curl])
|
AST_EXT_LIB_SETUP([CURL], [cURL], [curl])
|
||||||
@@ -626,6 +629,8 @@ AST_EXT_LIB_CHECK([OGG], [ogg], [ogg_sync_init], [])
|
|||||||
|
|
||||||
AST_EXT_LIB_CHECK([OSPTK], [osptk], [OSPPCryptoDecrypt], [osp/osp.h], [-lcrypto -lssl])
|
AST_EXT_LIB_CHECK([OSPTK], [osptk], [OSPPCryptoDecrypt], [osp/osp.h], [-lcrypto -lssl])
|
||||||
|
|
||||||
|
AST_EXT_LIB_CHECK([BKTR], [execinfo], [backtrace], [execinfo.h], [-lexecinfo])
|
||||||
|
|
||||||
# possible places for oss definitions
|
# possible places for oss definitions
|
||||||
AST_EXT_LIB_CHECK([OSS], [ossaudio], [], [linux/soundcard.h])
|
AST_EXT_LIB_CHECK([OSS], [ossaudio], [], [linux/soundcard.h])
|
||||||
AST_EXT_LIB_CHECK([OSS], [ossaudio], [], [sys/soundcard.h])
|
AST_EXT_LIB_CHECK([OSS], [ossaudio], [], [sys/soundcard.h])
|
||||||
|
|||||||
Reference in New Issue
Block a user