[neon/maui/mauikit-documents/Neon/stable] debian: -DCMAKE_POSITION_INDEPENDENT_CODE=ON
Carlos De Maine
null at kde.org
Sun Jul 12 22:02:59 BST 2026
Git commit 7a56b03304256ec638a86b6fcfe2323b660c1448 by Carlos De Maine.
Committed on 12/07/2026 at 21:02.
Pushed by carlosdem into branch 'Neon/stable'.
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
M +1 -1 debian/rules
https://invent.kde.org/neon/maui/mauikit-documents/-/commit/7a56b03304256ec638a86b6fcfe2323b660c1448
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