[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - configure.ac
Henry Castro (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jun 11 14:38:57 UTC 2020
configure.ac | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d4e71e2d5088f61250748c92a10ec31fb40d6adf
Author: Henry Castro <hcastro at collabora.com>
AuthorDate: Wed Jun 3 20:18:58 2020 -0400
Commit: Henry Castro <hcastro at collabora.com>
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 <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Henry Castro <hcastro at collabora.com>
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
More information about the Libreoffice-commits
mailing list