]> git.ipfire.org Git - thirdparty/openwrt.git/commit
libjson-c: patch for cmake 4.x compatibility
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 7 Oct 2025 15:30:01 +0000 (18:30 +0300)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 4 Nov 2025 14:14:53 +0000 (15:14 +0100)
commit5a8dffebe9201a42f0a0c9340c25010edc1faeb5
treeb8a46811978343fff706e541b338710630969463
parent9bd2c55a3329c82cfd0231f89824a06c031b53b9
libjson-c: patch for cmake 4.x compatibility

Patch CMakeLists.txt in selected apps for cmake 4.x compatibility.
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 <hannu.nyman@iki.fi>
Link: https://github.com/openwrt/openwrt/pull/20265
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
package/libs/libjson-c/patches/002-cmake-version.patch [new file with mode: 0644]