configure.ac |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 9c9c4e2ae3fc527ed72861c4031855f42be98107
Author:     Thorsten Behrens <thorsten.behr...@cib.de>
AuthorDate: Sat May 16 00:08:24 2020 +0200
Commit:     Thorsten Behrens <thorsten.behr...@cib.de>
CommitDate: Sat May 16 12:44:21 2020 +0200

    fix Android build
    
    'build' part of the cross building needs all config files copied
    
    Change-Id: I5c0cc32cf82245be8e5c4400df18bbb0d5077526
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94337
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@cib.de>

diff --git a/configure.ac b/configure.ac
index c670181c65d7..23683bed528d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4755,6 +4755,7 @@ if test "$cross_compiling" = "yes"; then
         bin/bffvalidator.sh.in \
         bin/odfvalidator.sh.in \
         bin/officeotron.sh.in \
+        hardened_runtime.xcent.in \
         instsetoo_native/util/openoffice.lst.in \
         config_host/*.in \
         sysui/desktop/macosx/Info.plist.in) \
@@ -13402,6 +13403,8 @@ CFLAGS=$my_original_CFLAGS
 CXXFLAGS=$my_original_CXXFLAGS
 CPPFLAGS=$my_original_CPPFLAGS
 
+# Keep in sync with list of files far up, at AC_MSG_CHECKING([for
+# BUILD platform configuration] - otherwise breaks cross building
 AC_CONFIG_FILES([config_host.mk
                  config_host_lang.mk
                  Makefile
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to