Commits (2)
......@@ -2049,6 +2049,9 @@ cmake_rpath_contains_build_path:
Alternately with cmake 3.14+, BUILD_RPATH_USE_ORIGIN could be used
https://gitlab.kitware.com/cmake/cmake/-/blob/master/Help/prop_tgt/BUILD_RPATH_USE_ORIGIN.rst
.
Using the currently experimental debhelper compat level v14 will
enable both options by default.
.
https://bugs.debian.org/1004939 proposes to drop
-DCMAKE_SKIP_RPATH in favor of -DBUILD_RPATH_USE_ORIGIN in
debhelper.
......
......@@ -10479,6 +10479,8 @@ jython:
in /usr/share/java/jython-2.5.3.jar
k3b:
version: 21.08.0-1
comments: |
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
issues:
- cmake_rpath_contains_build_path
k3d:
......