From: Rosen Penev Date: Mon, 5 Apr 2021 02:51:27 +0000 (-0700) Subject: lua-openssl: try to fix buildbot X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4f7aad0e52386d12749530b98c8e947618c3d3eb;p=openwrt-packages.git lua-openssl: try to fix buildbot Something is weird there. Can't reproduce on CI or locally. Signed-off-by: Rosen Penev --- diff --git a/lang/lua-openssl/patches/020-no-luajit.patch b/lang/lua-openssl/patches/020-no-luajit.patch new file mode 100644 index 000000000..502e2ca25 --- /dev/null +++ b/lang/lua-openssl/patches/020-no-luajit.patch @@ -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()