diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-01-28 09:13:33 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-01-28 12:38:41 +0100 |
commit | 273e9694ee3920fed5cdf0da59d88f32a6294a2a (patch) | |
tree | 57b4b31207859fc9ba3ea00e8aeeeb1a9b740c1b /distro-configs | |
parent | fcc5fc76c33de566cb2d02be541dcbde29d1eb8a (diff) |
aarch64 and arm need libatomic_ops
(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. <https://github.com/flathub/org.libreoffice.LibreOffice/pull/67/commits/
b2762523a4678bedd55c11db232868cbaf9c7bdd> "aarch64 and arm need libatomic_ops")
Change-Id: I6eb060251ce85bfd399b72d9c90a93497a3a9029
Reviewed-on: https://gerrit.libreoffice.org/66987
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeFlatpak.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |