summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-02-27 08:42:16 +0100
committerJeroen Roovers <jer@gentoo.org>2016-02-27 08:42:16 +0100
commite49aa71844018901ffc7a641855693742ac5fa96 (patch)
treed95fb9cc4827f6f3501f3590aac6c81968ccef35 /net-libs/libssh/files
parentnet-analyzer/wireshark: Version bump (bug #575780). (diff)
downloadgentoo-e49aa71844018901ffc7a641855693742ac5fa96.tar.gz
gentoo-e49aa71844018901ffc7a641855693742ac5fa96.tar.bz2
gentoo-e49aa71844018901ffc7a641855693742ac5fa96.zip
net-libs/libssh: Store patch locally instead of hot-linking.
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-libs/libssh/files')
-rw-r--r--net-libs/libssh/files/libssh-0.6.5-compilefix.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/net-libs/libssh/files/libssh-0.6.5-compilefix.patch b/net-libs/libssh/files/libssh-0.6.5-compilefix.patch
new file mode 100644
index 000000000000..658c1592b875
--- /dev/null
+++ b/net-libs/libssh/files/libssh-0.6.5-compilefix.patch
@@ -0,0 +1,29 @@
+From 6e0dee7845cea22f59bd353ef42b31cb67170030 Mon Sep 17 00:00:00 2001
+From: Andreas Schneider <asn@cryptomilk.org>
+Date: Thu, 2 Apr 2015 15:02:29 +0200
+Subject: poll: Fix compilation with struct ssh_timestamp
+
+Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
+(cherry picked from commit e0a73d3dbe909f8e2cb486ed344e5beb8148032e)
+---
+ src/poll.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/poll.c b/src/poll.c
+index dfa687a..05faba7 100644
+--- a/src/poll.c
++++ b/src/poll.c
+@@ -35,9 +35,9 @@
+ #include "libssh/poll.h"
+ #include "libssh/socket.h"
+ #include "libssh/session.h"
++#include "libssh/misc.h"
+ #ifdef WITH_SERVER
+ #include "libssh/server.h"
+-#include "libssh/misc.h"
+ #endif
+
+
+--
+cgit v0.12
+