[neon/kde/akonadi/Neon/unstable] debian: bring back -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON

Carlos De Maine null at kde.org
Sat Jun 14 08:35:10 BST 2025


Git commit 6a46c54cde02f98bee65df94d658beb62f09acdd by Carlos De Maine.
Committed on 14/06/2025 at 07:35.
Pushed by carlosdem into branch 'Neon/unstable'.

bring back -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON

M  +1    -2    debian/rules

https://invent.kde.org/neon/kde/akonadi/-/commit/6a46c54cde02f98bee65df94d658beb62f09acdd

diff --git a/debian/rules b/debian/rules
index 8f324ed..92c938d 100644
--- a/debian/rules
+++ b/debian/rules
@@ -6,11 +6,10 @@
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-### not sure if this still needed or not
-### 	-DCMAKE_BUILD_RPATH_USE_ORIGIN=ON 
 	dh_auto_configure -- \
 	    -DBUILD_TOOLS=ON \
 	    -DBUILD_DESIGNERPLUGIN=ON \
+		-DCMAKE_BUILD_RPATH_USE_ORIGIN=ON \
 		-DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON \
 		-DDATABASE_BACKEND=SQLITE \
 		-DBUILD_QCH=ON


More information about the Neon-commits mailing list