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:
b68f1c8
)
libftdi1: require cmake >= 3.10 due to removed legacy support
author
Mark Mentovai
<redacted>
Wed, 5 Nov 2025 16:34:07 +0000
(11:34 -0500)
committer
Hannu Nyman
<redacted>
Thu, 6 Nov 2025 05:35:38 +0000
(07:35 +0200)
Link:
https://github.com/openwrt/packages/issues/27607
Link:
https://github.com/openwrt/openwrt/commit/1b48ebd31c28f5b2ad3f964c25f34d33badbb979
Signed-off-by: Mark Mentovai <redacted>
libs/libftdi1/patches/001-cmake-version.patch
[new file with mode: 0644]
patch
|
blob
diff --git a/libs/libftdi1/patches/001-cmake-version.patch
b/libs/libftdi1/patches/001-cmake-version.patch
new file mode 100644
(file)
index 0000000..
b3d572d
--- /dev/null
+++ b/
libs/libftdi1/patches/001-cmake-version.patch
@@ -0,0
+1,11
@@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -12,7 +12,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "")
+ set(CMAKE_BUILD_TYPE RelWithDebInfo)
+ endif("${CMAKE_BUILD_TYPE}" STREQUAL "")
+ set(CMAKE_COLOR_MAKEFILE ON)
+-cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
++cmake_minimum_required(VERSION 3.10)
+
+ add_definitions(-Wall)
+
git clone https://git.99rst.org/PROJECT