mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
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
This commit is contained in:
@@ -63,7 +63,6 @@
|
||||
</member>
|
||||
<member name="ODBC_STORAGE" displayname="Storage of Voicemail using ODBC">
|
||||
<depend>generic_odbc</depend>
|
||||
<depend>ltdl</depend>
|
||||
<conflict>IMAP_STORAGE</conflict>
|
||||
<conflict>FILE_STORAGE</conflict>
|
||||
<defaultenabled>no</defaultenabled>
|
||||
|
||||
Reference in New Issue
Block a user