aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches
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/patches
parent2c1ceeacdf00c9fa6b4324b693c9998745f84b1c (diff)
downloadguix-bf2cc1e5d14df7d8ff0c9456798d48fba65de317.tar.gz
guix-bf2cc1e5d14df7d8ff0c9456798d48fba65de317.zip
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/patches')
-rw-r--r--gnu/packages/patches/libtool-skip-tests-for-mips.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/patches/libtool-skip-tests-for-mips.patch b/gnu/packages/patches/libtool-skip-tests-for-mips.patch
new file mode 100644
index 0000000000..36587d23c2
--- /dev/null
+++ b/gnu/packages/patches/libtool-skip-tests-for-mips.patch
@@ -0,0 +1,12 @@
+TEMPORARY HACK: Disable a test that fails on MIPS.
+
+--- libtool/Makefile.in.orig 2011-10-17 06:18:55.000000000 -0400
++++ libtool/Makefile.in 2013-10-12 20:41:50.669067382 -0400
+@@ -890,7 +890,6 @@
+ tests/demo-pic-make.test \
+ tests/demo-pic-exec.test \
+ tests/demo-nopic.test \
+- tests/demo-nopic-make.test \
+ tests/demo-nopic-exec.test \
+ tests/cdemo-shared.test \
+ tests/cdemo-shared-make.test \