diff options
author | John Doe <dftxbs3e@free.fr> | 2020-11-27 00:12:08 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-11-28 18:32:17 +0100 |
commit | 4fff5ab24126a152b50c036b9bf8dc6f2740f094 (patch) | |
tree | 62110973972baa385eb66e16534e2a31524c0c97 /gnu/packages/libffi.scm | |
parent | 16111ad11c9a0345bb4c05f49a8e40413da1ea93 (diff) | |
download | guix-4fff5ab24126a152b50c036b9bf8dc6f2740f094.tar.gz |
gnu: libffi: Add unreleased patch to fix float128 on powerpc64le.
* gnu/packages/patches/libffi-float128-powerpc64le.patch: Import patch file from <https://github.com/libffi/libffi/pull/561.patch>. * gnu/packages/libffi.scm (libffi)[patches]: Apply patch. * gnu/local.mk (dist_patch_DATA): Add patch file to build system. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/libffi.scm')
-rw-r--r-- | gnu/packages/libffi.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm index 0e6a31d78c..0db8fa3e82 100644 --- a/gnu/packages/libffi.scm +++ b/gnu/packages/libffi.scm @@ -51,7 +51,8 @@ (sha256 (base32 "0mi0cpf8aa40ljjmzxb7im6dbj45bb0kllcd09xgmp834y9agyvj")) - (patches (search-patches "libffi-3.3-powerpc-fixes.patch")))) + (patches (search-patches "libffi-3.3-powerpc-fixes.patch" + "libffi-float128-powerpc64le.patch")))) (build-system gnu-build-system) (arguments `(;; Prevent the build system from passing -march and -mtune to the |