diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-18 21:38:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-19 09:54:59 +0100 |
commit | f10b31c2fe16bfcbb7cb278fdec65deacbe06219 (patch) | |
tree | 8294691de17b621e9fa673429113f5dfe6a0bb46 /external/nss/nss-winXP-sdk.patch.1 | |
parent | a0d3168ee4ac202790f1d4d0c95a6264cc8bf455 (diff) |
bump nss to 3.25
Change-Id: If99ee77bea40796cc56944724291a83068ff8198
Diffstat (limited to 'external/nss/nss-winXP-sdk.patch.1')
-rw-r--r-- | external/nss/nss-winXP-sdk.patch.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/external/nss/nss-winXP-sdk.patch.1 b/external/nss/nss-winXP-sdk.patch.1 index 2c8189215083..5273e71705b6 100644 --- a/external/nss/nss-winXP-sdk.patch.1 +++ b/external/nss/nss-winXP-sdk.patch.1 @@ -1,9 +1,12 @@ diff -ur nss.org/nss/coreconf/config.mk nss/nss/coreconf/config.mk --- nss.org/nss/coreconf/config.mk 2016-03-15 14:52:19.706093300 +0100 +++ nss/nss/coreconf/config.mk 2016-03-15 14:56:51.549914800 +0100 -@@ -188,3 +188,5 @@ +@@ -203,6 +203,8 @@ # Hide old, deprecated, TLS cipher suite names when building NSS DEFINES += -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES +# build with 7.1A SDK for winXP compatibility +DEFINES += -D_USING_V110_SDK71_ + + # Mozilla's mozilla/modules/zlib/src/zconf.h adds the MOZ_Z_ prefix to zlib + # exported symbols, which causes problem when NSS is built as part of Mozilla. |