[packages/postfix] make is racy

glen glen at pld-linux.org
Wed May 13 14:05:42 CEST 2015


commit 582f9e598b0e78130c496ca9aef284b4cb036cae
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed May 13 15:05:31 2015 +0300

    make is racy

 postfix.spec | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/postfix.spec b/postfix.spec
index a44f7b7..f114c67 100644
--- a/postfix.spec
+++ b/postfix.spec
@@ -305,9 +305,8 @@ sed -i 's/ifdef SNAPSHOT/if 1/' src/util/dict_open.c
 %build
 %{__make} -f Makefile.init makefiles
 %{__make} tidy
-CC="%{__cc}"
-export CC
-%{__make} \
+export CC="%{__cc}"
+%{__make} -j1 \
 	DEBUG="" \
 	OPT="%{rpmcflags} %{rpmcppflags} -D_FILE_OFFSET_BITS=64" \
 	%{!?with_ldap:LDAPSO=""} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/postfix.git/commitdiff/582f9e598b0e78130c496ca9aef284b4cb036cae



More information about the pld-cvs-commit mailing list