[neon/neon-packaging/mauikit-filebrowsing/Neon/release] debian: add cmake variable -DENABLE_BSYMBOLICFUNCTIONS=OFF

Carlos De Maine null at kde.org
Fri Jun 9 02:44:28 BST 2023


Git commit c7443481d6c751dd4577d07d34cc4c7ddd6804fa by Carlos De Maine.
Committed on 09/06/2023 at 01:44.
Pushed by carlosdem into branch 'Neon/release'.

add cmake variable -DENABLE_BSYMBOLICFUNCTIONS=OFF

M  +1    -1    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 631bb6d..97c6580 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ --with kf5,pkgkde_symbolshelper --cmake+ninja --without build_stamp
+	dh $@ --with kf5,pkgkde_symbolshelper --cmake+ninja --without build_stamp -- -DENABLE_BSYMBOLICFUNCTIONS=OFF


More information about the Neon-commits mailing list