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 /solenv/flatpak-manifest.in | |
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 'solenv/flatpak-manifest.in')
-rw-r--r-- | solenv/flatpak-manifest.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 1d3f85593b2e..bd534ad5999f 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -553,6 +553,12 @@ "dest-filename": "external/tarballs/libnumbertext-1.0.5.tar.xz" }, { + "url": "https://dev-www.libreoffice.org/src/libatomic_ops-7_2d.zip", + "sha256": "cf5c52f08a2067ae4fe7c8919e3c1ccf3ee917f1749e0bcc7efffff59c68d9ad", + "type": "file", + "dest-filename": "external/tarballs/libatomic_ops-7_2d.zip" + }, + { "url": "https://dev-www.libreoffice.org/extern/49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b5164d09de3ffa63-opens___.ttf", "sha256": "49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b5164d09de3ffa63", "type": "file", |