[Libreoffice-commits] core.git: Repository.mk

Thorsten Behrens Thorsten.Behrens at CIB.de
Sat Mar 4 22:41:05 UTC 2017


 Repository.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9ec55a085277e7ae98857edf64c425e35b73eab8
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Date:   Sat Mar 4 23:39:42 2017 +0100

    Fix build for mobile
    
    Change-Id: I134ad487e417264c66d135a4b037f22033804c28

diff --git a/Repository.mk b/Repository.mk
index 6b169bf..b626223 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -624,7 +624,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
 	xmlsecurity \
 	xsec_fw \
 	xsec_xmlsec \
-	$(if $(filter-out MACOSX WNT,$(OS)),xsec_gpg) \
+	$(if $(filter-out WNT MACOSX ANDROID IOS,$(OS)),xsec_gpg) \
 	xstor \
 	$(if $(filter $(OS),MACOSX), \
 		macab1 \


More information about the Libreoffice-commits mailing list