summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-09-19 21:06:14 +0300
committerTor Lillqvist <tml@collabora.com>2015-09-20 00:12:48 +0300
commita7b9d29dd6b166c134666f8a235afbc1f2bd0288 (patch)
treeeb5ba61d39b6c800d48d60dbe377f048115cac17 /external
parent6ac7b46651fbb7aae9a7d8db32a3e1f07087b3ee (diff)
We don't want libxmlsec on iOS, I think
It would require NSS which I just decided to skip. If/when we patch it to support native iOS (and OS X?) crypto APIs, re-consider. Or something. Now the TiledLibreOffice iOS demo app builds again. Change-Id: I2816a49bbdbde5a8f9d3b9fcdfff420bdca05ff8
Diffstat (limited to 'external')
-rw-r--r--external/Module_external.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/Module_external.mk b/external/Module_external.mk
index 51900d573955..a5dcade97e71 100644
--- a/external/Module_external.mk
+++ b/external/Module_external.mk
@@ -19,7 +19,7 @@ endif
$(eval $(call gb_Module_add_moduledirs,external,\
accessories \
- libxmlsec \
+ $(if $(filter-out IOS,$(OS)),libxmlsec) \
$(call gb_Helper_optional,ABW,libabw) \
$(call gb_Helper_optional,APACHE_COMMONS,apache-commons) \
$(call gb_Helper_optional,APR,apr) \