lua-openssl: try to fix buildbot
Something is weird there. Can't reproduce on CI or locally. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
ec6a3a1ef4
commit
4f7aad0e52
1 changed files with 10 additions and 0 deletions
10
lang/lua-openssl/patches/020-no-luajit.patch
Normal file
10
lang/lua-openssl/patches/020-no-luajit.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -8,7 +8,6 @@ option(BUILD_SHARED_LUA_OPENSSL "Shared
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
-find_package(LuaJIT)
|
||||
if(NOT LUAJIT_FOUND)
|
||||
find_package(Lua REQUIRED)
|
||||
endif()
|
Loading…
Reference in a new issue