summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 0 insertions, 5 deletions
diff --git a/firefox.spec b/firefox.spec
index ca1d114..6f80a7d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -358,7 +358,6 @@ This package contains results of tests executed during build.
%patch402 -p1 -b .1196777
%patch406 -p1 -b .256180
%patch413 -p1 -b .1353817
-#%patch414 -p1 -b .ffmpeg-4.0
%ifarch %{arm}
%patch415 -p1 -b .mozilla-1238661
%endif
@@ -505,10 +504,6 @@ echo "ac_add_options --without-system-icu" >> .mozconfig
echo "ac_add_options --disable-ion" >> .mozconfig
%endif
-%ifarch %{ix86}
-echo "ac_add_options --disable-stylo" >> .mozconfig
-%endif
-
# Remove executable bit to make brp-mangle-shebangs happy.
chmod -x third_party/rust/itertools/src/lib.rs
bgstack15