[packages/iceweasel] - do parallel build the mozilla way

baggins baggins at pld-linux.org
Sun Sep 28 12:46:07 CEST 2014


commit cde8a231b3299faefcf07828ccc2ca3a43e54312
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Sep 28 12:45:53 2014 +0200

    - do parallel build the mozilla way

 iceweasel.spec | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/iceweasel.spec b/iceweasel.spec
index 6f686d7..fd92238 100644
--- a/iceweasel.spec
+++ b/iceweasel.spec
@@ -284,16 +284,16 @@ EOF
 
 %if %{with pgo}
 export DISPLAY=:100
-%{__make} -f client.mk profiledbuild \
+%{__make} -j1 -f client.mk profiledbuild \
 	DESTDIR=obj-%{_target_cpu}/dist \
-	STRIP="/bin/true" \
 	CC="%{__cc}" \
-	CXX="%{__cxx}"
+	CXX="%{__cxx}" \
+	MOZ_MAKE_FLAGS="%{_smp_mflags}"
 %else
-%{__make} -f client.mk build \
-	STRIP="/bin/true" \
+%{__make} -j1 -f client.mk build \
 	CC="%{__cc}" \
-	CXX="%{__cxx}"
+	CXX="%{__cxx}" \
+	MOZ_MAKE_FLAGS="%{_smp_mflags}"
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/iceweasel.git/commitdiff/cde8a231b3299faefcf07828ccc2ca3a43e54312



More information about the pld-cvs-commit mailing list