configure.ac | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d4e71e2d5088f61250748c92a10ec31fb40d6adf
Author: Henry Castro <[email protected]>
AuthorDate: Wed Jun 3 20:18:58 2020 -0400
Commit: Henry Castro <[email protected]>
CommitDate: Thu Jun 11 16:38:21 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]>
diff --git a/configure.ac b/configure.ac
index 5bbb00efe8f4..be9851960312 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12973,6 +12973,7 @@ CFLAGS=$my_original_CFLAGS
CXXFLAGS=$my_original_CXXFLAGS
CPPFLAGS=$my_original_CPPFLAGS
+AC_LINK_FILES([include], [include])
AC_CONFIG_FILES([config_host.mk
config_host_lang.mk
Makefile
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits