[neon/extras/skrooge/Neon/unstable] debian: architecture shenanigans

Carlos De Maine null at kde.org
Wed Feb 15 09:08:35 GMT 2023


Git commit b0dd0caab3d0dcab9056957301cfcdc93f7e2c49 by Carlos De Maine.
Committed on 15/02/2023 at 09:08.
Pushed by carlosdem into branch 'Neon/unstable'.

architecture shenanigans

M  +1    -1    debian/rules

https://invent.kde.org/neon/extras/skrooge/commit/b0dd0caab3d0dcab9056957301cfcdc93f7e2c49

diff --git a/debian/rules b/debian/rules
index 97b3bf7..2b1d0e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 	dh $@ --with kf5,python3
 
 override_dh_auto_configure:
-	dh_auto_configure --buildsystem=kf5 -- -DSKG_BUILD_TEST=OFF -DSKG_DESIGNER=OFF -DSKG_WEBENGINE=ON -DSKG_WEBKIT=OFF
+	dh_auto_configure --buildsystem=kf5 -- -DSKG_BUILD_TEST=OFF -DSKG_DESIGNER=OFF -DSKG_WEBENGINE=ON -DSKG_WEBKIT=OFF -CMAKE_LIBRARY_ARCHITECTURE=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 override_dh_auto_test:
 


More information about the Neon-commits mailing list