diff options
author | Mark H Weaver <mhw@netris.org> | 2015-06-12 03:40:12 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-06-13 23:01:07 -0400 |
commit | 0ad8f76f7ff3233533dbc0afb109946d5c459b1e (patch) | |
tree | 243a9483c1099392668b102f988c45892459b5ea /gnu-system.am | |
parent | 4c50e5ab3a393c6d86fc6362c58f7ecf32dd9680 (diff) | |
download | patches-0ad8f76f7ff3233533dbc0afb109946d5c459b1e.tar patches-0ad8f76f7ff3233533dbc0afb109946d5c459b1e.tar.gz |
gnu: perl-net-ssleay: Disable test that fails with openssl-1.0.2b.
* gnu/packages/patches/perl-net-ssleay-disable-ede-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/openssl.scm (perl-net-ssleay): Add patch.
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 fd7b1e5e86..d551eb8ba2 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -512,6 +512,7 @@ dist_patch_DATA = \ gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch \ gnu/packages/patches/perl-module-pluggable-search.patch \ gnu/packages/patches/perl-net-amazon-s3-moose-warning.patch \ + gnu/packages/patches/perl-net-ssleay-disable-ede-test.patch \ gnu/packages/patches/perl-no-sys-dirs.patch \ gnu/packages/patches/perl-tk-x11-discover.patch \ gnu/packages/patches/petsc-fix-threadcomm.patch \ |