This fixes a regression introduced in 1.8.0 where libssh2 fails to build with the gcrypt backend. Upstream bug URL: https://github.com/libssh2/libssh2/issues/150 Patch copied from upstream source repository: https://github.com/libssh2/libssh2/commit/ced924b78a40126606797ef57a74066eb3b4b83f From ced924b78a40126606797ef57a74066eb3b4b83f Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 31 Oct 2016 09:04:33 +0000 Subject: [PATCH] acinclude.m4: fix ./configure --with-libgcrypt diff --git a/acinclude.m4 b/acinclude.m4 index 734ef07..c78260c 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -412,9 +412,9 @@ AC_DEFUN([LIBSSH2_CHECKFOR_GCRYPT], [ old_LDFLAGS=$LDFLAGS old_CFLAGS=$CFLAGS - if test -n "$use_libgcrypt" && test "$use_libgcrypt" != "no"; then - LDFLAGS="$LDFLAGS -L$use_libgcrypt/lib" - CFLAGS="$CFLAGS -I$use_libgcrypt/include" + if test -n "$with_libgcrypt_prefix" && test "$use_libgcrypt" != "no"; then + LDFLAGS="$LDFLAGS -L$with_libgcrypt_prefix/lib" + CFLAGS="$CFLAGS -I$with_libgcrypt_prefix/include" fi AC_LIB_HAVE_LINKFLAGS([gcrypt], [], [ #include a class='active' href='/guix/log/gnu/packages/image-processing.scm'>logtreecommitdiff
AgeCommit message (Expand)Author
2018-05-17Merge branch 'master' into core-updatesMark H Weaver
2018-05-14gnu: opencv: Ignore CVEs....Björn Höfling
2018-05-09gnu: Add opencv....Björn Höfling
2018-03-18gnu: Switch from xproto to xorgproto....Marius Bakke
2018-01-23Merge branch 'master' into core-updatesMark H Weaver
2018-01-21gnu: mia: Update to 2.4.6....Tobias Geerinckx-Rice
2017-12-19gnu: Remove redundant cmake libdir configure flags....Efraim Flashner
2017-06-03gnu: Remove old vtk module dependence in image-processing.scm....Julien Lepiller
2017-06-02gnu: Move vtk to image-processing.scm....John Darrington
2017-05-15gnu: Add mia....John Darrington
2017-05-15gnu: Add dcmtk....John Darrington