[packages/statifier] make -j1 maybe?

gotar gotar at pld-linux.org
Tue Feb 17 10:25:01 CET 2015


commit 9312cb1d5ee43e595cd080b52f15617979b5bb11
Author: Tomasz Pala <gotar at pld-linux.org>
Date:   Tue Feb 17 10:24:43 2015 +0100

    make -j1 maybe?

 statifier.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/statifier.spec b/statifier.spec
index baf64f6..0d4114e 100644
--- a/statifier.spec
+++ b/statifier.spec
@@ -46,7 +46,7 @@ innej maszynie bez potrzeby przenoszenia wszystkich bibliotek.
 sed -i -e 's/-O2 -g/%{rpmcflags}/' src/Makefile
 
 %build
-%{__make} all
+%{__make} -j1 all
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/statifier.git/commitdiff/9312cb1d5ee43e595cd080b52f15617979b5bb11



More information about the pld-cvs-commit mailing list