[packages/iceweasel] Restore parallel builds when building without xulrunner.
lkrotowski
lkrotowski at pld-linux.org
Sat Sep 1 22:48:33 CEST 2012
commit b2b1875b61caab15f76b85811bf7dd51faf0b0cb
Author: Łukasz Krotowski <lkrotowski at pld-linux.org>
Date: Fri Aug 31 17:07:11 2012 +0200
Restore parallel builds when building without xulrunner.
Building with system xulrunner was not checked thus enabled only without
system xulrunner.
iceweasel.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/iceweasel.spec b/iceweasel.spec
index bd56ef1..a18bdd3 100644
--- a/iceweasel.spec
+++ b/iceweasel.spec
@@ -185,8 +185,9 @@ cat << EOF > .mozconfig
. \$topsrcdir/browser/config/mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-%{_target_cpu}
-# parallel build fails on _xpidlgen/
-# mk_add_options MOZ_MAKE_FLAGS=%{_smp_mflags}
+%if %{without xulrunner}
+mk_add_options MOZ_MAKE_FLAGS=%{_smp_mflags}
+%endif
mk_add_options PROFILE_GEN_SCRIPT='@PYTHON@ @MOZ_OBJDIR@/_profile/pgo/profileserver.py'
# Options for 'configure' (same as command-line options).
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/iceweasel.git/commitdiff/b2b1875b61caab15f76b85811bf7dd51faf0b0cb
More information about the pld-cvs-commit
mailing list