[Libreoffice-commits] core.git: Branch 'private/thb/gpg4libre-win32' - xmlsecurity/Library_xsec_xmlsec.mk

Thorsten Behrens Thorsten.Behrens at CIB.de
Wed Nov 22 08:59:16 UTC 2017


 xmlsecurity/Library_xsec_xmlsec.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 54e1827bd07b04f70211386a3b9cd2c506429186
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Date:   Wed Nov 22 09:57:57 2017 +0100

    gpg4libre: enable gpgme support for Windows and OSX
    
    Change-Id: Ifa266e1c18a8a09cd5c815adc70d0236e00f72b5

diff --git a/xmlsecurity/Library_xsec_xmlsec.mk b/xmlsecurity/Library_xsec_xmlsec.mk
index 51f0f2a0834f..5f3649dc5ab9 100644
--- a/xmlsecurity/Library_xsec_xmlsec.mk
+++ b/xmlsecurity/Library_xsec_xmlsec.mk
@@ -57,7 +57,7 @@ $(eval $(call gb_Library_use_externals,xsec_xmlsec,\
 	libxml2 \
 	xmlsec \
 ))
-ifneq ($(filter-out WNT MACOSX ANDROID IOS,$(OS)),)
+ifneq ($(filter-out ANDROID IOS,$(OS)),)
 $(eval $(call gb_Library_use_externals,xsec_xmlsec,\
 	gpgmepp \
 ))
@@ -80,7 +80,7 @@ $(eval $(call gb_Library_add_exception_objects,xsec_xmlsec,\
 	xmlsecurity/source/xmlsec/nss/xsec_nss \
 ))
 
-ifneq ($(filter-out WNT MACOSX ANDROID IOS,$(OS)),)
+ifneq ($(filter-out ANDROID IOS,$(OS)),)
 $(eval $(call gb_Library_add_exception_objects,xsec_xmlsec,\
 	xmlsecurity/source/gpg/CertificateImpl \
 	xmlsecurity/source/gpg/CipherContext \


More information about the Libreoffice-commits mailing list