git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a2fce95
)
lucihttp: adjust to cmake 4.x compatibility
author
Hannu Nyman
<redacted>
Tue, 7 Oct 2025 15:56:21 +0000
(18:56 +0300)
committer
Hannu Nyman
<redacted>
Tue, 7 Oct 2025 15:56:21 +0000
(18:56 +0300)
New cmake versions require at least 3.5 as 'cmake_minimum_required'
in CMakeLists.txt. In future 3.10 will be required.
Signed-off-by: Hannu Nyman <redacted>
contrib/package/lucihttp/patches/001-cmake.patch
[new file with mode: 0644]
patch
|
blob
diff --git a/contrib/package/lucihttp/patches/001-cmake.patch
b/contrib/package/lucihttp/patches/001-cmake.patch
new file mode 100644
(file)
index 0000000..
6d2d49c
--- /dev/null
+++ b/
contrib/package/lucihttp/patches/001-cmake.patch
@@ -0,0
+1,8
@@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 2.6)
++cmake_minimum_required(VERSION 3.10)
+
+ PROJECT(liblucihttp C)
+
git clone https://git.99rst.org/PROJECT