From 743f57b3f83e324cdbb2cf60433bbd8a12b3c3b8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 28 Jan 2019 09:13:33 +0100 Subject: aarch64 and arm need libatomic_ops MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cf. LO's configure.ac, needed for external/firebird on non-x86[-64]), but org.freedesktop.Sdk//18.08 apparently doesn't provide it (while org.freedesktop.Sdk//1.6 apparently did) (cf. "aarch64 and arm need libatomic_ops") Change-Id: I6eb060251ce85bfd399b72d9c90a93497a3a9029 Reviewed-on: https://gerrit.libreoffice.org/66987 Tested-by: Jenkins Reviewed-by: Stephan Bergmann (cherry picked from commit 273e9694ee3920fed5cdf0da59d88f32a6294a2a) Reviewed-on: https://gerrit.libreoffice.org/67004 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- distro-configs/LibreOfficeFlatpak.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'distro-configs') diff --git a/distro-configs/LibreOfficeFlatpak.conf b/distro-configs/LibreOfficeFlatpak.conf index 65f473c48b51..9d638fa0a449 100644 --- a/distro-configs/LibreOfficeFlatpak.conf +++ b/distro-configs/LibreOfficeFlatpak.conf @@ -23,6 +23,7 @@ --without-system-gpgmepp --without-system-jfreereport --without-system-libabw +--without-system-libatomic_ops --without-system-libcdr --without-system-libcmis --without-system-libebook -- cgit