[Libreoffice-commits] core.git: configure.ac
Thorsten Behrens (via logerrit)
logerrit at kemper.freedesktop.org
Sat May 16 10:44:58 UTC 2020
configure.ac | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 9c9c4e2ae3fc527ed72861c4031855f42be98107
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
AuthorDate: Sat May 16 00:08:24 2020 +0200
Commit: Thorsten Behrens <Thorsten.Behrens at 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.Behrens at 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
More information about the Libreoffice-commits
mailing list