[packages/imap] - non-parallel make (osdepbas.c creation race)

qboosh qboosh at pld-linux.org
Sat Sep 21 10:14:12 CEST 2024


commit fdecf2148ebdf65255fc127c52da819a4a87eeab
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Sep 21 09:08:02 2024 +0200

    - non-parallel make (osdepbas.c creation race)

 imap.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/imap.spec b/imap.spec
index 73c8263..aa3296e 100644
--- a/imap.spec
+++ b/imap.spec
@@ -320,7 +320,7 @@ rm -rf docs/{rfc,BUILD}
 
 %build
 %if %{with server}
-%{__make} lnp \
+%{__make} -j1 lnp \
 	CC="%{__cc}" \
 	GCCOPTLEVEL="%{rpmcflags} -pipe -fPIC" \
 	LDOPT="%{rpmldflags}" \
@@ -332,7 +332,7 @@ rm -rf docs/{rfc,BUILD}
 
 %{__make} clean
 
-%{__make} lnps \
+%{__make} -j1 lnps \
 	CC="%{__cc}" \
 	GCCOPTLEVEL="%{rpmcflags} -pipe -fPIC" \
 	LDOPT="%{rpmldflags}" \
@@ -345,7 +345,7 @@ rm -rf docs/{rfc,BUILD}
 %{__make} an SSLTYPE=nopwd
 
 cd c-client
-%{__make} lnp \
+%{__make} -j1 lnp \
 	CC="%{__cc}" \
 	GCCOPTLEVEL="%{rpmcflags} -pipe -fPIC" \
 	LDOPT="%{rpmldflags}" \
@@ -355,7 +355,7 @@ cd c-client
 
 %{__make} clean
 
-%{__make} lnps \
+%{__make} -j1 lnps \
 	CC="%{__cc}" \
 	GCCOPTLEVEL="%{rpmcflags} -pipe -fPIC" \
 	LDOPT="%{rpmldflags}" \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/imap.git/commitdiff/4d46a2bf4068578ccb03cd888917e7887916d171



More information about the pld-cvs-commit mailing list