[neon/kf6/kf6-breeze-icons/Neon/unstable] debian: works on amd64 with only 1 thread so force on arm64 as well

Carlos De Maine null at kde.org
Mon Nov 20 01:18:08 GMT 2023


Git commit 32dba57cb2cf0922759e4c9a290483878d1a0651 by Carlos De Maine.
Committed on 20/11/2023 at 02:18.
Pushed by carlosdem into branch 'Neon/unstable'.

works on amd64 with only 1 thread so force on arm64 as well

M  +1    -1    debian/rules

https://invent.kde.org/neon/kf6/kf6-breeze-icons/-/commit/32dba57cb2cf0922759e4c9a290483878d1a0651

diff --git a/debian/rules b/debian/rules
index 96ecb3a..3bc80a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DH_VERBOSE = 1
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBINARY_ICONS_RESOURCE=ON -DWITH_ICON_GENERATION=ON -DICONS_LIBRARY=ON
+	dh_auto_configure -- -DBINARY_ICONS_RESOURCE=ON -DWITH_ICON_GENERATION=ON -DICONS_LIBRARY=ON -j1
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp/


More information about the Neon-commits mailing list