diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-05-16 00:08:24 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-05-16 12:44:21 +0200 |
commit | 9c9c4e2ae3fc527ed72861c4031855f42be98107 (patch) | |
tree | cc750e2858d6465ef30f2efe7eb27d74d04da415 /configure.ac | |
parent | 5fccbf0f6f55d697efa20d0d2282d39631fe6c59 (diff) |
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.Behrens@CIB.de>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
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 |