[packages/Razor] - pass -j1 to make, fixes occasional build errors

hawk hawk at pld-linux.org
Sun May 3 21:32:39 CEST 2020


commit 29ea08c7870ce221494eaab64813d6371b24ce51
Author: Marcin Krol <hawk at tld-linux.org>
Date:   Sun May 3 21:26:49 2020 +0200

    - pass -j1 to make, fixes occasional build errors

 Razor.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Razor.spec b/Razor.spec
index c4be321..f1e73d4 100644
--- a/Razor.spec
+++ b/Razor.spec
@@ -7,7 +7,7 @@ Summary:	Collection of files for checking, reporting, and revoking spam
 Summary(pl.UTF-8):	Zbiór plików do sprawdzania, raportowania i odrzucania spamu
 Name:		Razor
 Version:	2.85
-Release:	18
+Release:	19
 License:	Artistic
 Group:		Applications/Mail
 Source0:	http://dl.sourceforge.net/razor/razor-agents-%{version}.tar.bz2
@@ -56,7 +56,7 @@ Moduły Perla dla Razora, klasa Razor2::.
 %build
 %{__perl} Makefile.PL \
 	INSTALLDIRS=vendor
-%{__make} \
+%{__make} -j1 \
 	OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Razor.git/commitdiff/29ea08c7870ce221494eaab64813d6371b24ce51



More information about the pld-cvs-commit mailing list