diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-26 20:12:18 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-26 22:05:42 +0100 |
commit | ac2d5de3dae5a1854f27e1a0b4c09f71001cb91a (patch) | |
tree | ef78437f60eec836a4ec47989608344d5d1c3966 /gnu/local.mk | |
parent | 56a44e2d5b16ff9b54468f0f48d8fa679b8163ed (diff) | |
download | gnu-guix-ac2d5de3dae5a1854f27e1a0b4c09f71001cb91a.tar gnu-guix-ac2d5de3dae5a1854f27e1a0b4c09f71001cb91a.tar.gz |
gnu: libssh2: Fix build failure after 1.8.0 upgrade.
* gnu/packages/patches/libssh2-fix-build-failure-with-gcrypt.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ssh.scm (libssh2)[source]: Use it.
[arguments]: Add 'autoreconf' phase.
[native-inputs]: Add AUTOCONF and AUTOMAKE.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index dc210c7662..3d9ad7065c 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -692,6 +692,7 @@ dist_patch_DATA = \ %D%/packages/patches/libmad-frame-length.patch \ %D%/packages/patches/libmad-mips-newgcc.patch \ %D%/packages/patches/libssh-0.6.5-CVE-2016-0739.patch \ + %D%/packages/patches/libssh2-fix-build-failure-with-gcrypt.patch \ %D%/packages/patches/libtar-CVE-2013-4420.patch \ %D%/packages/patches/libtheora-config-guess.patch \ %D%/packages/patches/libtiff-CVE-2016-10092.patch \ |