external/openssl/ExternalProject_openssl.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8f5a93a1a11899fa72bde690494fc9d7ce5d0e6e
Author:     Michael Stahl <michael.st...@cib.de>
AuthorDate: Mon Apr 8 14:25:47 2019 +0200
Commit:     Michael Stahl <michael.st...@cib.de>
CommitDate: Tue Apr 9 10:23:39 2019 +0200

    openssl: try to fix build with 7.1A SDK
    
    Change-Id: Ic4a9e53227e34fe41a69afd52a9e91ef9545f8f9

diff --git a/external/openssl/ExternalProject_openssl.mk 
b/external/openssl/ExternalProject_openssl.mk
index 941da5b14eeb..ef60de030dc6 100644
--- a/external/openssl/ExternalProject_openssl.mk
+++ b/external/openssl/ExternalProject_openssl.mk
@@ -57,7 +57,7 @@ OPENSSL_PLATFORM := \
 ifeq ($(COM),MSC)
 $(call gb_ExternalProject_get_state_target,openssl,build):
        $(call gb_ExternalProject_run,build,\
-               export CC="$(shell cygpath -w $(filter-out -%,$(CC))) $(filter 
-%,$(CC))" \
+               export CC="$(shell cygpath -w $(filter-out -%,$(CC))) $(filter 
-%,$(CC)) $(if $(findstring 
140_70,$(VCVER)_$(WINDOWS_SDK_VERSION)),-D_USING_V110_SDK71_)" \
                && export PERL="$(shell cygpath -w $(PERL))" \
                && export LIB="$(ILIB)" \
                && $(PERL) Configure $(OPENSSL_PLATFORM) no-idea \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to