mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
Update lua-openssl to 0.10.0-0 fix compilation. Signed-off-by: Robert Marko <robimarko@gmail.com>
15 lines
284 B
Diff
15 lines
284 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -12,10 +12,7 @@ endif()
|
|
|
|
include(GNUInstallDirs)
|
|
|
|
-find_package(LuaJIT)
|
|
-if(NOT LUAJIT_FOUND)
|
|
- find_package(Lua REQUIRED)
|
|
-endif()
|
|
+find_package(Lua REQUIRED)
|
|
find_package(OpenSSL REQUIRED)
|
|
|
|
set(CMAKE_THREAD_PREFER_PTHREAD TRUE)
|