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

Miklos Vajna vmiklos at collabora.co.uk
Mon Jan 11 07:29:42 PST 2016


 xmlsecurity/Module_xmlsecurity.mk |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit d76b4682aa6d75b5c6b2de19b0bb18181a99e9bc
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Mon Jan 11 16:28:48 2016 +0100

    CppunitTest_xmlsecurity_signing: disable on Windows for now
    
    Change-Id: Icc0d11cfe421d6328739211511379a39195436b9

diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk
index f5fb0ca..beea26b 100644
--- a/xmlsecurity/Module_xmlsecurity.mk
+++ b/xmlsecurity/Module_xmlsecurity.mk
@@ -15,9 +15,12 @@ $(eval $(call gb_Module_add_targets,xmlsecurity,\
 	$(if $(filter-out ANDROID IOS,$(OS)),Library_xsec_xmlsec) \
 ))
 
+# FIXME find out what's the proper fix to get this linked on Windows
+ifneq ($(OS),WNT)
 $(eval $(call gb_Module_add_slowcheck_targets,xmlsecurity,\
     CppunitTest_xmlsecurity_signing \
 ))
+endif
 
 $(eval $(call gb_Module_add_l10n_targets,xmlsecurity,\
 	AllLangResTarget_xsec \


More information about the Libreoffice-commits mailing list