summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2011-06-21 23:10:25 +0200
committerMartin Stransky <stransky@redhat.com>2011-06-21 23:10:25 +0200
commitc7b675230ffb4eba95eedac473f2e67b21987bf0 (patch)
tree548d131f0b4afa1dff78ae6a236e45483dfe2d2f /firefox.spec
parentUpdate to 5.0 (diff)
downloadlibrewolf-fedora-ff-c7b675230ffb4eba95eedac473f2e67b21987bf0.tar.gz
librewolf-fedora-ff-c7b675230ffb4eba95eedac473f2e67b21987bf0.tar.bz2
librewolf-fedora-ff-c7b675230ffb4eba95eedac473f2e67b21987bf0.zip
Reversed mozbz#642795 - Remove support for registering and finding system XULRunner via config files or the registry.
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 4ffc4ed..153b069 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -67,6 +67,7 @@ Patch1: firefox-5.0-cache-build.patch
# Fedora patches
Patch12: firefox-stub.patch
+Patch13: firefox-5.0-xulstub.patch
# Upstream patches
Patch30: firefox-4.0-moz-app-launcher.patch
@@ -123,6 +124,7 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{firefox_dir_ver}/' %{P:%%PATCH0} \
# Fedora patches
%patch12 -p2 -b .stub
+%patch13 -p1 -R -b .xulstub
# Upstream patches
%patch30 -p1 -b .moz-app-launcher
bgstack15