From 10a978829e1815101a36c0c0f609d0185e2a6ba6 Mon Sep 17 00:00:00 2001 From: Alexander Traud Date: Sat, 17 Mar 2018 11:00:06 +0100 Subject: 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 --- res/res_odbc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'res') diff --git a/res/res_odbc.c b/res/res_odbc.c index 4a5411e7e..3ee8cba74 100644 --- a/res/res_odbc.c +++ b/res/res_odbc.c @@ -42,7 +42,6 @@ /*** MODULEINFO generic_odbc res_odbc_transaction - ltdl core ***/ -- cgit v1.2.3