[SCM] csound/master: lua fixes

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sat Oct 19 23:03:46 UTC 2013


The following commit has been merged in the master branch:
commit 0720e38f74c94f46a498fe6f53369a44993bb069
Author: Felipe Sateler <fsateler at debian.org>
Date:   Sat Oct 19 18:48:44 2013 -0300

    lua fixes

diff --git a/debian/Custom.cmake b/debian/Custom.cmake
index b14dac9..f82d65a 100644
--- a/debian/Custom.cmake
+++ b/debian/Custom.cmake
@@ -5,8 +5,10 @@ set(PYTHON_MODULE_INSTALL_DIR "@PYLIBPATH@")
 #set(JAVA_MODULE_INSTALL_DIR "")
 set(LUA_MODULE_INSTALL_DIR "lib/lua/5.1/")
 set(EIGEN3_INCLUDE_DIR "/usr/include/")
-find_library(LUAJIT_LIBRARIES lua5.1)
+find_library(LUAJIT_LIBRARY lua5.1)
 set(LUAJIT_INCLUDE_DIR "/usr/include/lua5.1")
+find_path(LUA_H_PATH lua.h ${LUAJIT_INCLUDE_DIR})
+include_directories(${LUAJIT_INCLUDE_DIR})
 
 # Enable optimizations
 add_compiler_flags("-ftree-vectorize -ffast-math -O3")

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list