git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ec6a3a1
)
lua-openssl: try to fix buildbot
author
Rosen Penev
<redacted>
Mon, 5 Apr 2021 02:51:27 +0000
(19:51 -0700)
committer
Rosen Penev
<redacted>
Mon, 5 Apr 2021 02:52:32 +0000
(19:52 -0700)
Something is weird there. Can't reproduce on CI or locally.
Signed-off-by: Rosen Penev <redacted>
lang/lua-openssl/patches/020-no-luajit.patch
[new file with mode: 0644]
patch
|
blob
diff --git a/lang/lua-openssl/patches/020-no-luajit.patch
b/lang/lua-openssl/patches/020-no-luajit.patch
new file mode 100644
(file)
index 0000000..
502e2ca
--- /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()
git clone https://git.99rst.org/PROJECT