[neon/neon-packaging/index-fm/Neon/release] debian: DENABLE_BSYMBOLICFUNCTIONS=OFF
Carlos De Maine
null at kde.org
Fri Jun 9 04:36:25 BST 2023
Git commit 2a44c50f55f0329bdb9747eb9773e7e10ceb5211 by Carlos De Maine.
Committed on 09/06/2023 at 03:36.
Pushed by carlosdem into branch 'Neon/release'.
DENABLE_BSYMBOLICFUNCTIONS=OFF
M +4 -0 debian/rules
https://invent.kde.org/neon/neon-packaging/index-fm/-/commit/2a44c50f55f0329bdb9747eb9773e7e10ceb5211
diff --git a/debian/rules b/debian/rules
index 631bb6d..19c7e86 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,7 @@ 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
+
More information about the Neon-commits
mailing list