diff options
author | Mark H Weaver <mhw@netris.org> | 2013-11-03 18:20:00 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-11-03 23:26:04 -0500 |
commit | 1602fcea18879f855f906cf21bb6ee849cbf62c2 (patch) | |
tree | 01ed85a25c073a9cec302e6125467d40692d241b /gnu-system.am | |
parent | bf2cc1e5d14df7d8ff0c9456798d48fba65de317 (diff) | |
download | guix-1602fcea18879f855f906cf21bb6ee849cbf62c2.tar guix-1602fcea18879f855f906cf21bb6ee849cbf62c2.tar.gz |
gnu: libffi: fix handling of uint32_t arguments on MIPS N32.
* gnu/packages/patches/libffi-mips-n32-fix.patch: New file.
* gnu/packages/libffi.scm (libffi): Add patch.
* gnu-system.am (dist_patch_DATA): Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 6c98ca31ad..80d9438ad3 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -237,6 +237,7 @@ dist_patch_DATA = \ gnu/packages/patches/guile-relocatable.patch \ gnu/packages/patches/hop-bigloo-4.0b.patch \ gnu/packages/patches/libevent-dns-tests.patch \ + gnu/packages/patches/libffi-mips-n32-fix.patch \ gnu/packages/patches/libtool-skip-tests.patch \ gnu/packages/patches/libtool-skip-tests-for-mips.patch \ gnu/packages/patches/m4-gets-undeclared.patch \ |