Package: csound / 1:6.08.0~dfsg-1

Metadata

Package Version Patches format
csound 1:6.08.0~dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian specific/lua link.diff | (download)

frontends/CsoundAC/CMakeLists.txt | 4 2 + 2 - 0 !
interfaces/CMakeLists.txt | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 only link to lua when necessary, and to the correct lib

Lua policy recommends not linking against the lua library, because it
doesn't help at all. All lua-using programs will load the library, not
the modules.
TODO: The csound-lua bridge is not implemented in cmake yet.
The csound-lua bridge, on the other hand, needs to link to the library or
else it will fail to load. Use the correct library name.