diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-04-11 17:02:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-11 17:02:30 +0200 |
commit | cc1e1b38c9410d2e5cf8e5259dafc3215c579533 (patch) | |
tree | 872cd32dcf0ce6a41bd0c8c754d8243fac407b04 /gnu-system.am | |
parent | 9bf3ced06c42700d6c83ce3a0eda244798104618 (diff) | |
download | patches-cc1e1b38c9410d2e5cf8e5259dafc3215c579533.tar patches-cc1e1b38c9410d2e5cf8e5259dafc3215c579533.tar.gz |
gnu: elfutils: Work around PTRACE_ATTACH-induced test failures.
* gnu/packages/patches/elfutils-tests-ptrace.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/elf.scm (elfutils)[source]: Use 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 0f9da34a54..8ad58d0eaa 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -408,6 +408,7 @@ dist_patch_DATA = \ gnu/packages/patches/doxygen-tmake.patch \ gnu/packages/patches/duplicity-piped-password.patch \ gnu/packages/patches/duplicity-test_selection-tmp.patch \ + gnu/packages/patches/elfutils-tests-ptrace.patch \ gnu/packages/patches/eudev-rules-directory.patch \ gnu/packages/patches/findutils-absolute-paths.patch \ gnu/packages/patches/flashrom-use-libftdi1.patch \ |