diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-03-15 15:09:45 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-03-15 15:09:45 +0100 |
commit | 09e201fcf2813152335d50588dae0c38adc88d51 (patch) | |
tree | 95558d44f3f27703233ed62f9383f1cee4c50e59 /external/nss/nss-winXP-sdk.patch.1 | |
parent | ce08a8e24edb9a9371642d666ae9a983b16d02bd (diff) |
fix nss build when targeting windows XP (using 7.1A SDK)
otherwise build fails because of macro redefinitions warnings (that are
now fatal because of warnings=errors)
Change-Id: I0a15083d9ffd032c48ab491695319309f3053fb7
Diffstat (limited to 'external/nss/nss-winXP-sdk.patch.1')
-rw-r--r-- | external/nss/nss-winXP-sdk.patch.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/external/nss/nss-winXP-sdk.patch.1 b/external/nss/nss-winXP-sdk.patch.1 new file mode 100644 index 000000000000..2c8189215083 --- /dev/null +++ b/external/nss/nss-winXP-sdk.patch.1 @@ -0,0 +1,9 @@ +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 @@ + + # 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_ |