configure.ac |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 0227a8494463ef1c035ba3477ddf4c62c289edd0
Author:     Jan-Marek Glogowski <glo...@fbihome.de>
AuthorDate: Fri Oct 2 02:47:15 2020 +0200
Commit:     Jan-Marek Glogowski <glo...@fbihome.de>
CommitDate: Fri Oct 2 04:43:55 2020 +0200

    gpgme, coinmp, firebird: disable on Windows Arm64
    
    There is currently no gpgme package for Arm64, coinmp uses
    MSbuild, which probably just needs an additional ARM64 build
    target via VS. Firebird configure fails with cross-build
    errors, and I simply stopped early trying to fix them. I'm
    actually wondering, why LO doesn't use the VS solutions to
    build Firebird on Windows.
    
    Change-Id: I3acbe91e1df287afd557a07b48e3db46b31e6d95
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103781
    Tested-by: Jenkins
    Reviewed-by: Jan-Marek Glogowski <glo...@fbihome.de>

diff --git a/configure.ac b/configure.ac
index e235dabcc8b1..da140708196b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -699,6 +699,12 @@ cygwin*|interix*)
 
     DLLPOST=".dll"
     LINKFLAGSNOUNDEFS=
+
+    if test "$host_cpu" = "aarch64"; then
+        enable_gpgmepp=no
+        enable_coinmp=no
+        enable_firebird_sdbc=no
+    fi
     ;;
 
 darwin*|macos*) # macOS
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to