summaryrefslogtreecommitdiff
path: root/firefox-nspr.patch
blob: 5577be6339c2fa793d685f37672daa1efae52329 (plain)
1
2
3
4
5
6
7
8
9
10
11
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