]> git.pld-linux.org Git - packages/iceweasel.git/commitdiff
Restore parallel builds when building without xulrunner.
authorŁukasz Krotowski <lkrotowski@pld-linux.org>
Fri, 31 Aug 2012 15:07:11 +0000 (17:07 +0200)
committerŁukasz Krotowski <lkrotowski@pld-linux.org>
Sat, 1 Sep 2012 12:39:04 +0000 (14:39 +0200)
Building with system xulrunner was not checked thus enabled only without
system xulrunner.

iceweasel.spec

index bd56ef1f1d8a4758ce1aede0ec8dc9a071381660..a18bdd30840908e5c6d82a1af540bb3a885c34f1 100644 (file)
@@ -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).
This page took 0.096643 seconds and 4 git commands to generate.