[packages/pjproject] make -j1

jajcus jajcus at pld-linux.org
Tue Jan 7 14:49:24 CET 2014


commit 49f97888eb7bad7c389303aae5870f4faf3f3f47
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Tue Jan 7 14:49:17 2014 +0100

    make -j1

 pjproject.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pjproject.spec b/pjproject.spec
index faed2a5..2c68e78 100644
--- a/pjproject.spec
+++ b/pjproject.spec
@@ -112,12 +112,12 @@ Statyczna biblioteka %{name}.
 	--with-external-speex \
 	--with-external-srtp \
 	--with-external-gsm
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pjproject.git/commitdiff/49f97888eb7bad7c389303aae5870f4faf3f3f47



More information about the pld-cvs-commit mailing list