diff options
author | Mark H Weaver <mhw@netris.org> | 2013-11-03 18:15:00 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-11-03 23:25:59 -0500 |
commit | bf2cc1e5d14df7d8ff0c9456798d48fba65de317 (patch) | |
tree | be3b07c00fdea863c85ed4e9096336bca1a5d81c /gnu-system.am | |
parent | 2c1ceeacdf00c9fa6b4324b693c9998745f84b1c (diff) | |
download | guix-bf2cc1e5d14df7d8ff0c9456798d48fba65de317.tar guix-bf2cc1e5d14df7d8ff0c9456798d48fba65de317.tar.gz |
gnu: libtool: skip a test that fails on MIPS N32.
* gnu/packages/patches/libtool-skip-tests-for-mips.patch: New file.
* gnu/packages/autotools.scm (libtool): 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 5d3b13d2b7..6c98ca31ad 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -238,6 +238,7 @@ dist_patch_DATA = \ gnu/packages/patches/hop-bigloo-4.0b.patch \ gnu/packages/patches/libevent-dns-tests.patch \ gnu/packages/patches/libtool-skip-tests.patch \ + gnu/packages/patches/libtool-skip-tests-for-mips.patch \ gnu/packages/patches/m4-gets-undeclared.patch \ gnu/packages/patches/m4-readlink-EINVAL.patch \ gnu/packages/patches/make-impure-dirs.patch \ |