[packages/CEGUI] - disabled parallel build due to memory consumption by g++

baggins baggins at pld-linux.org
Tue Jan 21 13:28:49 CET 2014


commit 56362411f81dd662ce880001aab0ee1a012da076
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Jan 21 13:28:19 2014 +0100

    - disabled parallel build due to memory consumption by g++

 CEGUI.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/CEGUI.spec b/CEGUI.spec
index c7e47d6..d05af07 100644
--- a/CEGUI.spec
+++ b/CEGUI.spec
@@ -438,7 +438,7 @@ cd build
 	-DCEGUI_OPTION_DEFAULT_XMLPARSER:STRING=LibxmlParser \
 	-DCEGUI_PYTHON_INSTALL_DIR=%{py_sitedir}
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/CEGUI.git/commitdiff/56362411f81dd662ce880001aab0ee1a012da076



More information about the pld-cvs-commit mailing list