From: Vagrant Cascadian Date: Tue, 18 Jan 2022 00:52:33 +0000 (+0000) Subject: d/rules: Pass -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON via dh_auto_configure override X-Git-Tag: archive/raspbian/8.0.1-2+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6df7e5ee94443a2622d2bf1b8246979b2d07c914;p=mathgl.git 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 --- diff --git a/debian/rules b/debian/rules index c4570b9..66929a7 100755 --- a/debian/rules +++ b/debian/rules @@ -43,6 +43,7 @@ override_dh_auto_configure: -Denable-qt5asqt=ON \ -Denable-json-sample=ON \ -Denable-json-sample-we=ON \ + -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON \ -Denable-python=ON override_dh_python3: