Package: kernelshark / 2.4.0-2

Metadata

Package Version Patches format
kernelshark 2.4.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove_rpath.patch | (download)

CMakeLists.txt | 13 0 + 13 - 0 !
1 file changed, 13 deletions(-)

 remove rpath from library

0001 kernelshark Allow building with CMake 4.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 kernelshark: allow building with cmake 4+

CMake 4.0 removed compatibility with versions of CMake older than 3.5
[1]. In order to builde Kernelshark with CMake 4, at least version 3.5
needs to be declared. However, versions older than 3.10 are deprecated
so it's probably better to upgrade directly to 3.10.

To support builds with older CMake, as before, we use the "..." syntax
in cmake_minimum_required [3].

[1]: https://cmake.org/cmake/help/latest/release/4.0.html#deprecated-and-removed-features
[2]: https://cmake.org/cmake/help/latest/release/3.31.html#deprecated-and-removed-features
[3]: https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html#command:cmake_minimum_required

Signed-off-by: Michal Sojka <michal.sojka@cvut.cz>
Signed-off-by: Yordan Karadzhov <y.karadz@gmail.com>