summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-06-20 09:10:33 +0200
committerMartin Stransky <stransky@redhat.com>2018-06-20 09:10:33 +0200
commit787833a36f3b03f194fb28a97ae8bdc402d8cf70 (patch)
tree15cd7f4e2c841bc3b5a7b561d349f377b7190a95 /firefox.spec
parentnss version up (diff)
downloadlibrewolf-fedora-ff-787833a36f3b03f194fb28a97ae8bdc402d8cf70.tar.gz
librewolf-fedora-ff-787833a36f3b03f194fb28a97ae8bdc402d8cf70.tar.bz2
librewolf-fedora-ff-787833a36f3b03f194fb28a97ae8bdc402d8cf70.zip
build fix
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