[neon/neon-packaging/kaccounts5-integration/Neon/unstable] debian: use the -DKF6_COMPAT_BUILD=ON build flag

Carlos De Maine null at kde.org
Tue Dec 12 15:18:58 GMT 2023


Git commit 71c5855f0091fc56e1b9a644967836395b46f4f7 by Carlos De Maine.
Committed on 12/12/2023 at 16:18.
Pushed by carlosdem into branch 'Neon/unstable'.

use the -DKF6_COMPAT_BUILD=ON build flag

M  +3    -0    debian/rules

https://invent.kde.org/neon/neon-packaging/kaccounts5-integration/-/commit/71c5855f0091fc56e1b9a644967836395b46f4f7

diff --git a/debian/rules b/debian/rules
index 28858f7..9c54805 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@ --with kf5
+
+override_dh_auto_configure:
+	dh_auto_configure -- -DKF6_COMPAT_BUILD=ON


More information about the Neon-commits mailing list