[packages/libappindicator] use -j1 only when building with dotnet
atler
atler at pld-linux.org
Wed Oct 21 19:11:58 CEST 2020
commit 5e1df5c87c47d84f131a0f4e93468fcc9175dde6
Author: Jan Palus <atler at pld-linux.org>
Date: Wed Oct 21 18:32:03 2020 +0200
use -j1 only when building with dotnet
libappindicator.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libappindicator.spec b/libappindicator.spec
index 2460b4b..c94754c 100644
--- a/libappindicator.spec
+++ b/libappindicator.spec
@@ -291,7 +291,7 @@ cd build-gtk$gtkver
--with-gtk=$gtkver \
--with-html-dir=%{_gtkdocdir}
# -j1 because of racy mono build
-%{__make} -j1
+%{__make} %{?with_dotnet:-j1}
cd ..
done
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libappindicator.git/commitdiff/5e1df5c87c47d84f131a0f4e93468fcc9175dde6
More information about the pld-cvs-commit
mailing list