summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorAlexander Traud <pabstraud@compuserve.com>2018-03-17 11:00:06 +0100
committerAlexander Traud <pabstraud@compuserve.com>2018-03-17 11:00:06 +0100
commit10a978829e1815101a36c0c0f609d0185e2a6ba6 (patch)
tree3f49c49e408ab45765f39551a3491ecf043fc539 /build_tools
parentd5bfba60d2c609852da2f89677e878567d133674 (diff)
BuildSystem: Remove unused dependency on libltdl.
Asterisk does not need the development package of libltdl, because it does not use any symbol of -lltdl directly. Instead, it uses the runtime package via the shared library -lodbc. On the supported platforms, that shared library declares its dependency on -lltdl correctly, otherwise AST_EXT_LIB_CHECK would have failed. ASTERISK-27745 Change-Id: Icd315809b8e7978203431f3afb66240dd3a040ba
Diffstat (limited to 'build_tools')
-rw-r--r--build_tools/menuselect-deps.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_tools/menuselect-deps.in b/build_tools/menuselect-deps.in
index afea01f59..e62c183b7 100644
--- a/build_tools/menuselect-deps.in
+++ b/build_tools/menuselect-deps.in
@@ -34,7 +34,6 @@ LIBEDIT=@PBX_LIBEDIT@
LIBXML2=@PBX_LIBXML2@
XMLSTARLET=@PBX_XMLSTARLET@
BASH=@PBX_BASH@
-LTDL=@PBX_LTDL@
LUA=@PBX_LUA@
MISDN=@PBX_MISDN@
MYSQLCLIENT=@PBX_MYSQLCLIENT@