Commit e16703e2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: ssh2, gcrypt needs gpg-error

(cherry picked from commit 8e51ef1527ff8c23d6bc98bce3a8b87fef83c9f9)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 638512c1
--- ssh2/configure.ac 2015-02-24 10:15:45.581842131 +0100
+++ ssh2/configure.ac.new 2015-02-24 10:15:34.948332253 +0100
@@ -102,7 +102,7 @@
# Look for libgcrypt
if test "$ac_cv_libssl" != "yes" && test "$use_libgcrypt" != "no"; then
AC_LIB_HAVE_LINKFLAGS([gcrypt], [], [#include <gcrypt.h>])
- LIBS="$LIBS -lgcrypt"
+ LIBS="$LIBS -lgcrypt -lgpg-error"
fi
AC_SUBST(LIBSREQUIRED)
......@@ -19,6 +19,7 @@ ssh2: libssh2-$(LIBSSH2_VERSION).tar.gz .sum-ssh2
$(UNPACK)
$(APPLY) $(SRC)/ssh2/no-tests.patch
$(APPLY) $(SRC)/ssh2/configure-zlib.patch
$(APPLY) $(SRC)/ssh2/gpg-error-pc.patch
$(MOVE)
DEPS_ssh2 = gcrypt $(DEPS_gcrypt)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment