configure.ac | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit f1e2e69b9b31b42ed9b8a46778c05dc36ff8edcf
Author: Henry Castro <[email protected]>
AuthorDate: Wed Jun 3 20:18:58 2020 -0400
Commit: Henry Castro <[email protected]>
CommitDate: Tue Jul 7 22:42:20 2020 +0200
lok: symbolic link to the "include" directory when builddir != srcdir
When compiling the android variant build in a different build output
directory
of the "online" project, it fails due to the missing "include" files.
Change-Id: If9056788b3d043e4ae8ad3f799885995c0ab0cf0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95603
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Henry Castro <[email protected]>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98269
Tested-by: Jenkins
diff --git a/configure.ac b/configure.ac
index f0492335a9d6..0be03f347d2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13518,6 +13518,8 @@ CFLAGS=$my_original_CFLAGS
CXXFLAGS=$my_original_CXXFLAGS
CPPFLAGS=$my_original_CPPFLAGS
+AC_LINK_FILES([include], [include])
+
# 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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits