[packages/ptex] - make is racy

baggins baggins at pld-linux.org
Mon Apr 6 11:22:30 CEST 2015


commit f65ba40e881789d8454319bce66c3524345a0103
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Apr 6 11:22:14 2015 +0200

    - make is racy

 ptex.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ptex.spec b/ptex.spec
index f4c7b0c..caf67d9 100644
--- a/ptex.spec
+++ b/ptex.spec
@@ -83,11 +83,11 @@ Dokumentacja API biblioteki Ptex.
 %setup -q -n wdas-ptex-7e2cb22
 
 %build
-%{__make} -C src/ptex \
+%{__make} -j1 -C src/ptex \
 	CXX="%{__cxx}" \
 	DEBUG="%{rpmcxxflags} %{rpmcppflags} -fPIC -DNDEBUG"
 
-%{__make} -C src/utils \
+%{__make} -j1 -C src/utils \
 	CXX="%{__cxx}" \
 	DEBUG="%{rpmcxxflags} %{rpmcppflags} -DNDEBUG"
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ptex.git/commitdiff/f65ba40e881789d8454319bce66c3524345a0103



More information about the pld-cvs-commit mailing list