[packages/perl-Convert-UUlib] disable parallel build
atler
atler at pld-linux.org
Sat Aug 15 23:44:30 CEST 2026
commit 15640ff5d5e830b5c60f1265311d47f9736a5e21
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Aug 15 23:41:10 2026 +0200
disable parallel build
uulib's ./configure needs to be completed before build of perl module
starts (headers depend on proper config.h). with more than one job they
both run in parallel
perl-Convert-UUlib.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/perl-Convert-UUlib.spec b/perl-Convert-UUlib.spec
index f1142c9..ec9c02f 100644
--- a/perl-Convert-UUlib.spec
+++ b/perl-Convert-UUlib.spec
@@ -41,7 +41,7 @@ PERL_CANARY_STABILITY_NOPROMPT=1 \
%{__perl} Makefile.PL \
INSTALLDIRS=vendor
-%{__make} \
+%{__make} -j1 \
CC="%{__cc}" \
OPTIMIZE="%{rpmcflags}"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Convert-UUlib.git/commitdiff/15640ff5d5e830b5c60f1265311d47f9736a5e21
More information about the pld-cvs-commit
mailing list