summaryrefslogtreecommitdiffstats
path: root/src/libssh2-1-fixes.patch
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2016-11-07 00:30:00 (GMT)
committerMark Brand <mabrand@mabrand.nl>2016-11-07 00:30:00 (GMT)
commit130624690fd5a48b0abb5a903546b60a8739eae0 (patch)
treea0eea81b028c0a06fa6cae53122696d84ff65e5a /src/libssh2-1-fixes.patch
parent493525ec3ae9e1a43ad1065e937eaa0f45a6103d (diff)
downloadmxe-130624690fd5a48b0abb5a903546b60a8739eae0.zip
mxe-130624690fd5a48b0abb5a903546b60a8739eae0.tar.gz
mxe-130624690fd5a48b0abb5a903546b60a8739eae0.tar.bz2
sqlite: update
Diffstat (limited to 'src/libssh2-1-fixes.patch')
-rw-r--r--src/libssh2-1-fixes.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/libssh2-1-fixes.patch b/src/libssh2-1-fixes.patch
deleted file mode 100644
index 4c20a6d..0000000
--- a/src/libssh2-1-fixes.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-This file is part of MXE. See LICENSE.md for licensing information.
-
-From a1d0ed70e2c94d89d0b598eacca6ac79b8cd5508 Mon Sep 17 00:00:00 2001
-From: Mark Brand <mabrand@mabrand.nl>
-Date: Sun, 2 Sep 2012 00:55:28 +0200
-Subject: [PATCH] include gpg-error with gcrypt for static linking
- (mxe-specific)
-
-
-diff --git a/configure.ac b/configure.ac
-index 563fb04..16caa88 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -124,6 +124,7 @@ if test "$ac_cv_libgcrypt" = "yes"; then
- AC_DEFINE(LIBSSH2_LIBGCRYPT, 1, [Use libgcrypt])
- LIBSREQUIRED= # libgcrypt doesn't provide a .pc file. sad face.
- LIBS="$LIBS -lgcrypt"
-+ LIBS="$LIBS `${prefix}/bin/gpg-error-config --libs`"
- found_crypto=libgcrypt
- fi
- AM_CONDITIONAL(LIBGCRYPT, test "$ac_cv_libgcrypt" = "yes")
---
-2.1.0
-