summaryrefslogtreecommitdiffstats
path: root/src/libssh2-1-fixes.patch
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-05-19 07:57:21 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-05-19 08:59:52 (GMT)
commit5d2d195d21d9422d49311bb1b07cede6907dcdce (patch)
tree36d92f93570a30c096835640caaaccc3909fc815 /src/libssh2-1-fixes.patch
parent19b63370896f99b962cc61a3a0f8572590ad1d37 (diff)
downloadmxe-5d2d195d21d9422d49311bb1b07cede6907dcdce.zip
mxe-5d2d195d21d9422d49311bb1b07cede6907dcdce.tar.gz
mxe-5d2d195d21d9422d49311bb1b07cede6907dcdce.tar.bz2
update package ssh2
Diffstat (limited to 'src/libssh2-1-fixes.patch')
-rw-r--r--src/libssh2-1-fixes.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/libssh2-1-fixes.patch b/src/libssh2-1-fixes.patch
new file mode 100644
index 0000000..9fcee2b
--- /dev/null
+++ b/src/libssh2-1-fixes.patch
@@ -0,0 +1,32 @@
+This file is part of MXE.
+See index.html for further information.
+
+From 6b8a3edae23dc93cc02e6c9572d0796e338ddc4f Mon Sep 17 00:00:00 2001
+From: Mark Brand <mabrand@mabrand.nl>
+Date: Sat, 19 May 2012 10:40:36 +0200
+Subject: [PATCH] libgcrypt does not provide pkg-config support
+
+Commits 04692445d4a32430610ccf8c256e18245cbb3e06
+and e887a8bd0f043fd49e9119756858e75e82dee504 add
+'libgcrypt' to Requires.private of libssh2.pc
+file, but libgcrypt does not provide a .pc file, so
+this does not work.
+---
+ configure.ac | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index aa9d397..0d35a27 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -102,7 +102,6 @@ fi
+ # Look for libgcrypt
+ if test "$ac_cv_libssl" != "yes" && test "$use_libgcrypt" != "no"; then
+ AC_LIB_HAVE_LINKFLAGS([gcrypt], [], [#include <gcrypt.h>])
+- LIBSREQUIRED=libgcrypt
+ fi
+
+ AC_SUBST(LIBSREQUIRED)
+--
+1.7.9.2
+