[neon/neon-packaging/mauikit-filebrowsing/Neon/unstable] debian: try -DCMAKE_POSITION_INDEPENDENT_CODE=ON

Carlos De Maine null at kde.org
Fri Jun 9 05:25:25 BST 2023


Git commit 46ec4037aab280465c1b8aa955004c8dfb295dc5 by Carlos De Maine.
Committed on 09/06/2023 at 04:25.
Pushed by carlosdem into branch 'Neon/unstable'.

try -DCMAKE_POSITION_INDEPENDENT_CODE=ON

M  +1    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/mauikit-filebrowsing/-/commit/46ec4037aab280465c1b8aa955004c8dfb295dc5

diff --git a/debian/rules b/debian/rules
index 87883b5..fe1a8c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,4 +8,4 @@ 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