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

New commits:
commit dfdf0b640b9896589168dca35629331017a1b4be
Author:     Christian Lohmaier <[email protected]>
AuthorDate: Wed Jan 24 13:09:36 2024 +0100
Commit:     Thorsten Behrens <[email protected]>
CommitDate: Thu Oct 3 14:51:31 2024 +0200

    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 <[email protected]>

diff --git a/configure.ac b/configure.ac
index 1a8d3889dbe3..5a4255e58578 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5974,6 +5974,7 @@ if test "$cross_compiling" = "yes"; then
         OPENSSL
         ORCUS
         PYTHON
+        REPORTBUILDER
         SCRIPTING
         ZLIB
         ZXCVBN

Reply via email to