1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 07:35:51 +01:00

libvamp: Fix linkage against dl for hostsdk library.

src/vamp-hostsdk/PluginLoader.cpp uses the dlopen function. On some platforms
you have to link against dl for this function. configure checks for dlopen
and adds -ldl to LIBS if you have to link against dl. We need to pass this
LIBS variable when linking the hostsdk library.
This commit is contained in:
benjamin.drung@gmail.com
2013-11-18 14:26:44 +00:00
parent 53e0aca508
commit da736f9f44
3 changed files with 36 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ libvamp
-------
Library to load and use VAMP plug-ins. http://www.vamp-plugins.org/
Version in Audacity SVN: 2.5
Patches: none
Patches: fix-linkage-against-dl.patch: Fix linkage against dl for hostsdk library.
Upstream Version: 2.5
libvorbis