[neon/neon-packaging/index-fm/Neon/unstable] debian: -DCMAKE_POSITION_INDEPENDENT_CODE=ON

Carlos De Maine null at kde.org
Fri Jun 9 06:03:15 BST 2023


Git commit 26ea883d93cb673314b6d455e1a0f7accf2baf15 by Carlos De Maine.
Committed on 09/06/2023 at 05:03.
Pushed by carlosdem into branch 'Neon/unstable'.

-DCMAKE_POSITION_INDEPENDENT_CODE=ON

M  +1    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/index-fm/-/commit/26ea883d93cb673314b6d455e1a0f7accf2baf15

diff --git a/debian/rules b/debian/rules
index 19c7e86..9b1af79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,5 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 	dh $@ --with kf5,pkgkde_symbolshelper --cmake+ninja --without build_stamp
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DENABLE_BSYMBOLICFUNCTIONS=OFF
+	dh_auto_configure -- -DCMAKE_POSITION_INDEPENDENT_CODE=ON
 


More information about the Neon-commits mailing list