[neon/maui/mauikit-documents/Neon/release] debian: -DCMAKE_POSITION_INDEPENDENT_CODE=ON

Carlos De Maine null at kde.org
Fri Jul 17 08:57:48 BST 2026


Git commit f45b0392bf3654556a7196b646d3a219eb087d4b by Carlos De Maine.
Committed on 17/07/2026 at 07:57.
Pushed by carlosdem into branch 'Neon/release'.

-DCMAKE_POSITION_INDEPENDENT_CODE=ON 

(cherry picked from commit 7a56b03304256ec638a86b6fcfe2323b660c1448)

Co-authored-by: Carlos De Maine <carlosd.kde at gmail.com>

M  +1    -1    debian/rules

https://invent.kde.org/neon/maui/mauikit-documents/-/commit/f45b0392bf3654556a7196b646d3a219eb087d4b

diff --git a/debian/rules b/debian/rules
index e957c54..f173e8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,4 +8,4 @@ export QT_SELECT=qt6
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBUILD_WITH_QT6=ON
+	dh_auto_configure -- -DBUILD_WITH_QT6=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON 


More information about the Neon-commits mailing list