summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/libssh2-fix-build-failure-with-gcrypt.patch
Commit message (Collapse)AuthorAgeFilesLines
* gnu: libssh2: Update to 1.9.0.Marius Bakke2019-06-301-33/+0
| | | | | | | * gnu/packages/patches/libssh2-fix-build-failure-with-gcrypt.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/ssh.scm (libssh2): Update to 1.9.0. [source](patches): Remove.
* gnu: libssh2: Fix build failure after 1.8.0 upgrade.Marius Bakke2017-02-261-0/+33
* 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.