Skip to content

Commit

Permalink
lua-openssl: try to fix buildbot
Browse files Browse the repository at this point in the history
Something is weird there. Can't reproduce on CI or locally.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb authored and Lienol committed Dec 19, 2021
1 parent 3bd94db commit 9f2c953
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lang/lua-openssl/patches/020-no-luajit.patch
Original file line number Diff line number Diff line change
@@ -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()

0 comments on commit 9f2c953

Please sign in to comment.