diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-04-10 18:09:00 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-10 18:09:46 +0200 |
commit | 3314f8a7b6e92ba77a1706251703f1783d456824 (patch) | |
tree | 98a018e35e7b1304aecafb587453a19e7349e089 /gnu-system.am | |
parent | b3455870e1225d14ebeae6738e10bd3e1bbcf626 (diff) | |
download | patches-3314f8a7b6e92ba77a1706251703f1783d456824.tar patches-3314f8a7b6e92ba77a1706251703f1783d456824.tar.gz |
gnu: libtool: Leave out the test suite workarounds.
They are no longer needed since the latest ld-wrapper changes (commit
51d0cd9.)
* gnu/packages/patches/libtool-skip-tests2.patch: New file.
* gnu/packages/autotools.scm (libtool)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
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 c050b2e89b..0f9da34a54 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -457,6 +457,7 @@ dist_patch_DATA = \ gnu/packages/patches/libmad-mips-newgcc.patch \ gnu/packages/patches/libtheora-config-guess.patch \ gnu/packages/patches/libtool-skip-tests.patch \ + gnu/packages/patches/libtool-skip-tests2.patch \ gnu/packages/patches/libssh-CVE-2014-0017.patch \ gnu/packages/patches/libvpx-fix-armhf-link.patch \ gnu/packages/patches/libvpx-fix-ssse3-quantize.patch \ |