From f7232fd5d99b4d8761f05f647a2e4e73cf2a2125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Jun 2015 18:45:28 +0200 Subject: add missing hurd/system.h --- debian/patches/0100-hurd.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 2 files changed, 17 insertions(+) create mode 100644 debian/patches/0100-hurd.patch (limited to 'debian/patches') diff --git a/debian/patches/0100-hurd.patch b/debian/patches/0100-hurd.patch new file mode 100644 index 0000000..bc6c4d5 --- /dev/null +++ b/debian/patches/0100-hurd.patch @@ -0,0 +1,16 @@ +Index: trunk/lib/psocksxx/sockstreambuf.h +=================================================================== +--- trunk.orig/lib/psocksxx/sockstreambuf.h ++++ trunk/lib/psocksxx/sockstreambuf.h +@@ -25,6 +25,11 @@ + + #include + #include ++ ++#if defined(__GNU__) || defined(__gnu_hurd__) ++#include ++#endif ++ + #include + #include + diff --git a/debian/patches/series b/debian/patches/series index 343422e..544092b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 0500-ReproducibleBuilds.patch 10_test_network.patch +0100-hurd.patch -- cgit v1.2.3