From 2122aa145ffbe90f594eb9eda7e8b8f56ab25c7d Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 14 Jul 2013 14:12:36 +0200 Subject: [PATCH] - 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 -- 2.43.0