configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6cad8d3a96c5425fe787765e5664463242958a78
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Wed Jan 24 13:09:36 2024 +0100
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Wed Jan 24 22:20:19 2024 +0100

    fix windows aarch64 cross-build wrt REPORTBUILDER
    
    broken after a2a9850217b3f711440283131fdfc58a9a254919 which added the
    REPORTBUILDER conditional, but didn't also put it into the special
    PERMITTED_BUILD_TARGETS list - so it wasn't set during cross-compilation
    and broke the build
    
    C:/cygwin/home/tdf/jenkins/dly/s_master/solenv/gbuild/Configuration.mk:169: 
*** There is no target
    
C:/cygwin/home/tdf/jenkins/dly/b_master/workdir_for_build/XcuModuleTarget/officecfg/registry/data/org/openoffice/Setup-reportbuilder.xcu.
    Stop.
    
    Change-Id: I9474318eae775bcd974e79db0d8340a2d3839412
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162504
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/configure.ac b/configure.ac
index 33f64d0de3e0..6a85728e2248 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5909,6 +5909,7 @@ if test "$cross_compiling" = "yes"; then
         OPENSSL
         ORCUS
         PYTHON
+        REPORTBUILDER
         SCRIPTING
         ZLIB
         ZXCVBN

Reply via email to