Files
packages/lang/lua-openssl/patches/010-no-luajit.patch
Robert Marko d5bf5358df lua-openssl: bump to 0.10.0-0
Update lua-openssl to 0.10.0-0 fix compilation.

Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-05-18 20:44:03 +02:00

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)