summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-12-15 16:43:43 +0200
committerTor Lillqvist <tml@collabora.com>2016-12-15 16:46:48 +0200
commit48e956e506b056eefcbf5c24a706b6152e7ea8b3 (patch)
treefe5651d1b43a7702b4f46006b8039113b052e825 /postprocess
parent86a553753170b20a03ac1038798c910ece95cbaf (diff)
Try to fix Android and iOS build
Fix what probably is fallout from a7c35729e00f18f79156b3f8f57472506f786074. Just bypass all of xmlsecurity for Android and iOS. At least the iOS demo app, TiledLibreOffice, builds then. Change-Id: Ibc9486c0d67d1aeafa08932809b23ceeb9b5c2f3
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/Rdb_services.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index cd952135cc96..0c1614ccfc29 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -109,9 +109,9 @@ $(eval $(call gb_Rdb_add_components,services,\
xmloff/source/transform/xof \
xmloff/util/xo \
xmlscript/util/xmlscript \
- xmlsecurity/util/xmlsecurity \
- xmlsecurity/util/xsec_fw \
$(if $(filter-out ANDROID IOS,$(OS)), \
+ xmlsecurity/util/xmlsecurity \
+ xmlsecurity/util/xsec_fw \
xmlsecurity/util/xsec_xmlsec$(if $(filter WNT,$(OS)),.windows)) \
$(if $(ENABLE_COINMP), \
sccomp/source/solver/coinmpsolver \