summaryrefslogtreecommitdiff
path: root/gnu/packages/autotools.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2013-11-03 18:15:00 -0500
committerMark H Weaver <mhw@netris.org>2013-11-03 23:25:59 -0500
commitbf2cc1e5d14df7d8ff0c9456798d48fba65de317 (patch)
treebe3b07c00fdea863c85ed4e9096336bca1a5d81c /gnu/packages/autotools.scm
parent2c1ceeacdf00c9fa6b4324b693c9998745f84b1c (diff)
downloadguix-patches-bf2cc1e5d14df7d8ff0c9456798d48fba65de317.tar
guix-patches-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/packages/autotools.scm')
-rw-r--r--gnu/packages/autotools.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index bcab4e37cd..90f80872ed 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -217,7 +217,9 @@ simplifying the entire process for the developer.")
(sha256
(base32
"0649qfpzkswgcj9vqkkr9rn4nlcx80faxpyqscy2k1x9c94f93dk"))
- (patches (list (search-patch "libtool-skip-tests.patch")))))
+ (patches
+ (list (search-patch "libtool-skip-tests.patch")
+ (search-patch "libtool-skip-tests-for-mips.patch")))))
(build-system gnu-build-system)
(native-inputs `(("m4" ,m4)
("perl" ,perl)))