]> git.pld-linux.org Git - packages/thunderbird.git/blame - bump-nss-req.patch
- updated to 38.4.0
[packages/thunderbird.git] / bump-nss-req.patch
CommitLineData
1671589b
JR
1--- icedove-31.3.0/mozilla/mozilla/configure.in~ 2014-11-27 23:16:21.000000000 +0100
2+++ icedove-31.3.0/mozilla/mozilla/configure.in 2014-12-03 22:29:51.134278969 +0100
3@@ -3655,7 +3655,7 @@
4 _USE_SYSTEM_NSS=1 )
5
6 if test -n "$_USE_SYSTEM_NSS"; then
3a30e2d7
JR
7- AM_PATH_NSS(3.19.2.1, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
8+ AM_PATH_NSS(3.20.0, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
1671589b
JR
9 fi
10
11 if test -n "$MOZ_NATIVE_NSS"; then
12--- icedove-31.3.0/mozilla/mozilla/configure~ 2014-11-27 23:18:38.000000000 +0100
13+++ icedove-31.3.0/mozilla/mozilla/configure 2014-12-03 22:29:29.704278073 +0100
14@@ -15225,7 +15225,7 @@
15 echo "$ac_t""no" 1>&6
16 fi
17
3a30e2d7
JR
18- min_nss_version=3.19.2.1
19+ min_nss_version=3.20.0
1671589b
JR
20 echo $ac_n "checking for NSS - version >= $min_nss_version""... $ac_c" 1>&6
21 echo "configure:15231: checking for NSS - version >= $min_nss_version" >&5
22
This page took 0.031956 seconds and 4 git commands to generate.