[Libreoffice-commits] core.git: configure.ac
Jan-Marek Glogowski (via logerrit)
logerrit at kemper.freedesktop.org
Fri Oct 2 02:44:36 UTC 2020
configure.ac | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 0227a8494463ef1c035ba3477ddf4c62c289edd0
Author: Jan-Marek Glogowski <glogow at fbihome.de>
AuthorDate: Fri Oct 2 02:47:15 2020 +0200
Commit: Jan-Marek Glogowski <glogow at 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 <glogow at 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
More information about the Libreoffice-commits
mailing list