summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-08-02 13:13:59 +0200
committerMartin Stransky <stransky@redhat.com>2017-08-02 13:13:59 +0200
commit24a61e8b539687ac06322fcac9900ffbb1665a80 (patch)
tree2f2c4ec8a86e7db68317910c30d5a023dc188162
parentUpdated to 55.0 (diff)
downloadlibrewolf-fedora-ff-24a61e8b539687ac06322fcac9900ffbb1665a80.tar.gz
librewolf-fedora-ff-24a61e8b539687ac06322fcac9900ffbb1665a80.tar.bz2
librewolf-fedora-ff-24a61e8b539687ac06322fcac9900ffbb1665a80.zip
Build fix
-rw-r--r--firefox-mozconfig2
-rw-r--r--firefox.spec5
2 files changed, 1 insertions, 6 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index c50a6e7..9182fb2 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -15,8 +15,6 @@ ac_add_options --enable-startup-notification
#ac_add_options --disable-cpp-exceptions
ac_add_options --disable-updater
ac_add_options --enable-url-classifier
-ac_add_options --enable-gio
-#ac_add_options --disable-gnomevfs
ac_add_options --enable-chrome-format=omni
ac_add_options --enable-pulseaudio
ac_add_options --with-system-icu
diff --git a/firefox.spec b/firefox.spec
index 0e2ed52..9b6ea34 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -788,10 +788,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{mozappdir}/browser/chrome
%{mozappdir}/browser/chrome.manifest
%{mozappdir}/browser/defaults/preferences/firefox-redhat-default-prefs.js
-%{mozappdir}/browser/features/e10srollout@mozilla.org.xpi
-%{mozappdir}/browser/features/firefox@getpocket.com.xpi
-%{mozappdir}/browser/features/webcompat@mozilla.org.xpi
-%{mozappdir}/browser/features/screenshots@mozilla.org.xpi
+%{mozappdir}/browser/features/*.xpi
%{mozappdir}/distribution/distribution.ini
# That's Windows only
%ghost %{mozappdir}/browser/features/aushelper@mozilla.org.xpi
bgstack15