diff options
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/Module_xmlsecurity.mk | 4 | ||||
-rw-r--r-- | xmlsecurity/prj/build.lst | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk index ea5f5aa42059..46646b048a88 100644 --- a/xmlsecurity/Module_xmlsecurity.mk +++ b/xmlsecurity/Module_xmlsecurity.mk @@ -32,9 +32,11 @@ $(eval $(call gb_Module_add_targets,xmlsecurity,\ AllLangResTarget_xsec \ Library_xmlsecurity \ Library_xsec_fw \ - $(if $(filter YES,$(ENABLE_XMLSEC)),Library_xsec_xmlsec) \ + $(ifneq ($(filter-out IOS ANDROID,$(OS)),),Library_xsec_xmlsec) \ )) +#FIXME: ^^^, get nss&libxmlsec building on ios and android + # failing #$(eval $(call gb_Module_add_check_targets,xmlsecurity,\ CppunitTest_qa_certext \ diff --git a/xmlsecurity/prj/build.lst b/xmlsecurity/prj/build.lst index d70a6dbb9500..9dfe04cc5c81 100644 --- a/xmlsecurity/prj/build.lst +++ b/xmlsecurity/prj/build.lst @@ -1,2 +1,2 @@ -xs xmlsecurity : TRANSLATIONS:translations xmloff unotools offapi unoil svx LIBXMLSEC:libxmlsec NSS:nss LIBXSLT:libxslt NEON:neon NULL +xs xmlsecurity : TRANSLATIONS:translations xmloff unotools offapi unoil svx libxmlsec NSS:nss LIBXSLT:libxslt NEON:neon NULL xs xmlsecurity\prj nmake - all xs_prj NULL |