mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
2c1ceeacdf
commit
bf2cc1e5d1
3 changed files with 16 additions and 1 deletions
12
gnu/packages/patches/libtool-skip-tests-for-mips.patch
Normal file
12
gnu/packages/patches/libtool-skip-tests-for-mips.patch
Normal file
|
@ -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 \
|
Loading…
Add table
Add a link
Reference in a new issue