summaryrefslogtreecommitdiff
path: root/firefox-nspr.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-10-29 15:27:54 +0100
committerMartin Stransky <stransky@redhat.com>2015-10-29 15:27:54 +0100
commitf80b8f8cefb4af676bdcb06b23a086d8086473c4 (patch)
tree2d954d98fcb9cf48e47b6a65b5f1851c852aecb3 /firefox-nspr.patch
parentResolves: #1262564 - Added private browsing action to desktop file (diff)
downloadlibrewolf-fedora-ff-f80b8f8cefb4af676bdcb06b23a086d8086473c4.tar.gz
librewolf-fedora-ff-f80b8f8cefb4af676bdcb06b23a086d8086473c4.tar.bz2
librewolf-fedora-ff-f80b8f8cefb4af676bdcb06b23a086d8086473c4.zip
Update to 42.0 - WIP
Diffstat (limited to 'firefox-nspr.patch')
-rw-r--r--firefox-nspr.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/firefox-nspr.patch b/firefox-nspr.patch
new file mode 100644
index 0000000..5577be6
--- /dev/null
+++ b/firefox-nspr.patch
@@ -0,0 +1,12 @@
+diff -up firefox-42.0/firefox-42.0/configure.in.old firefox-42.0/firefox-42.0/configure.in
+--- firefox-42.0/firefox-42.0/configure.in.old 2015-10-27 01:10:02.000000000 +0100
++++ firefox-42.0/firefox-42.0/configure.in 2015-10-29 11:56:49.779827023 +0100
+@@ -53,7 +53,7 @@ dnl ====================================
+ MOZJPEG=62
+ MOZPNG=10617
+ NSPR_VERSION=4
+-NSPR_MINVER=4.10.10
++NSPR_MINVER=4.10.8
+ NSS_VERSION=3
+
+ dnl Set the minimum version of toolkit libs used by mozilla
bgstack15