[Libreoffice-commits] core.git: xmlsecurity/Library_xsec_xmlsec.mk

Thorsten Behrens Thorsten.Behrens at CIB.de
Wed Nov 22 17:18:43 UTC 2017


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

New commits:
commit c11c7c4765c2a45d7d58cd1dc2799bb9c64fc7e3
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Date:   Wed Nov 22 18:17:36 2017 +0100

    fix build
    
    Change-Id: Ibb83ef0bb6a304f2e78a669502a1bdd1f6dcc4bd

diff --git a/xmlsecurity/Library_xsec_xmlsec.mk b/xmlsecurity/Library_xsec_xmlsec.mk
index 5bb1828f61ea..3e9f1633070a 100644
--- a/xmlsecurity/Library_xsec_xmlsec.mk
+++ b/xmlsecurity/Library_xsec_xmlsec.mk
@@ -58,7 +58,7 @@ $(eval $(call gb_Library_use_externals,xsec_xmlsec,\
 	libxml2 \
 	xmlsec \
 ))
-ifneq ($(filter-out ANDROID IOS,$(OS)),)
+ifneq ($(filter GPGMEPP,$(BUILD_TYPE)),)
 $(eval $(call gb_Library_use_externals,xsec_xmlsec,\
 	gpgmepp \
 ))
@@ -81,7 +81,7 @@ $(eval $(call gb_Library_add_exception_objects,xsec_xmlsec,\
 	xmlsecurity/source/xmlsec/nss/xsec_nss \
 ))
 
-ifneq ($(filter-out ANDROID IOS,$(OS)),)
+ifneq ($(filter GPGMEPP,$(BUILD_TYPE)),)
 $(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