postprocess/Rdb_services.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 82e1648dd3f1add532e389c03a56814e830a9dd9
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sun Mar 5 20:53:22 2017 +0000

    xsec_gpg isn't available under android
    
    Change-Id: I6c4c20fde4c6723a13a1d6894fa7d293978fca42

diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index 4e67e89..2bb1cd7 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -109,7 +109,7 @@ $(eval $(call gb_Rdb_add_components,services,\
        xmloff/source/transform/xof \
        xmloff/util/xo \
        xmlscript/util/xmlscript \
-       $(if $(filter-out MACOSX WNT,$(OS)),xmlsecurity/util/xsec_gpg) \
+       $(if $(filter-out WNT MACOSX ANDROID 
IOS,$(OS)),xmlsecurity/util/xsec_gpg) \
        $(if $(ENABLE_NSS), \
                xmlsecurity/util/xmlsecurity \
                xmlsecurity/util/xsec_xmlsec$(if $(filter WNT,$(OS)),.windows)) 
\
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to