configure.ac |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit d691b46e52d173cf945130df01bd35b5c4c0f539
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Fri Dec 18 15:40:37 2020 +0100
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Fri Dec 18 15:40:37 2020 +0100

    cross-compilation targets really do need all AC_CONFIG_FILES
    
    Build doesn't fail after just a make clean, but do fail with a
    completely fresh checkout
    regression from https://gerrit.libreoffice.org/c/core/+/107655
    
    Change-Id: Id05f747548729449fbda6306fc27e35377b80569

diff --git a/configure.ac b/configure.ac
index 1458c394c9fc..89c44b74e4f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5156,7 +5156,9 @@ if test "$cross_compiling" = "yes"; then
         hardened_runtime.xcent.in \
         instsetoo_native/util/openoffice.lst.in \
         config_host/*.in \
-        sysui/desktop/macosx/Info.plist.in) \
+        sysui/desktop/macosx/Info.plist.in \
+        .vscode/vs-code-template.code-workspace.in \
+        ) \
     | (cd CONF-FOR-BUILD && tar xf -)
     cp configure CONF-FOR-BUILD
     test -d config_build && cp -p config_build/*.h CONF-FOR-BUILD/config_host 
2>/dev/null
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to