d/rules: Pass -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON via dh_auto_configure override
authorVagrant Cascadian <vagrant@reproducible-builds.org>
Tue, 18 Jan 2022 00:52:33 +0000 (00:52 +0000)
committerRafael Laboissière <rafael@debian.org>
Mon, 30 May 2022 10:04:19 +0000 (07:04 -0300)
commit6df7e5ee94443a2622d2bf1b8246979b2d07c914
tree5174a99c29280c3b9a01d29a01038b3d26f4bcae
parenta65cf906538f9ff1d5721464be6522d840e33bdb
d/rules: Pass -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON via dh_auto_configure override

This avoids embedding the full path in RPATH, which triggers BuildId
differences.

https://tests.reproducible-builds.org/debian/issues/unstable/cmake_rpath_contains_build_path_issue.html

Closes: #1003915
debian/rules