[packages/python-pyilmbase] - use non-parallel build to avoid OOM

qboosh qboosh at pld-linux.org
Sun Jul 14 14:12:44 CEST 2013


commit 2122aa145ffbe90f594eb9eda7e8b8f56ab25c7d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jul 14 14:12:36 2013 +0200

    - use non-parallel build to avoid OOM

 python-pyilmbase.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-pyilmbase.spec b/python-pyilmbase.spec
index 1ccaaa4..feba471 100644
--- a/python-pyilmbase.spec
+++ b/python-pyilmbase.spec
@@ -58,7 +58,8 @@ Pliki nagłówkowe wiązań Pyhona do bibliotek IlmBase.
 %{__automake}
 %configure
 
-%{__make}
+# g++ eats a lot of memory, don't run many in parallel
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pyilmbase.git/commitdiff/2122aa145ffbe90f594eb9eda7e8b8f56ab25c7d



More information about the pld-cvs-commit mailing list