summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-05-11 16:43:03 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-05-11 16:43:03 +0400
commit00e7ebeaad815dc37b4af78627d2091fffd1e495 (patch)
treeaf781e0be289d5feee414a75cfcf99b397962646
parent13168e04d98768e6c1dab050c821fbe01660aecd (diff)
downloadinetutils-00e7ebeaad815dc37b4af78627d2091fffd1e495.tar.gz
Search for hstrerror
-rw-r--r--debian/patches/libs.patch7
-rw-r--r--debian/patches/series2
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/patches/libs.patch b/debian/patches/libs.patch
index 6fbb423..216de4c 100644
--- a/debian/patches/libs.patch
+++ b/debian/patches/libs.patch
@@ -1,8 +1,8 @@
Index: inetutils/configure.ac
===================================================================
---- inetutils.orig/configure.ac 2013-05-10 19:28:56.480948206 +0400
-+++ inetutils/configure.ac 2013-05-10 23:47:01.229077565 +0400
-@@ -140,9 +140,9 @@
+--- inetutils.orig/configure.ac 2013-05-11 02:49:29.559924977 +0400
++++ inetutils/configure.ac 2013-05-11 03:11:40.565036365 +0400
+@@ -140,9 +140,10 @@
gl_INIT
### Checks for libraries.
@@ -12,6 +12,7 @@ Index: inetutils/configure.ac
+AC_SEARCH_LIBS(getpeername, socket)
+AC_SEARCH_LIBS(inet_ntop, nsl)
+AC_SEARCH_LIBS(gethostname, resolv)
++AC_SEARCH_LIBS(hstrerror, resolv)
# See if a termcap library is available (under one of several names)
IU_LIB_TERMCAP
diff --git a/debian/patches/series b/debian/patches/series
index 1c369f7..20d817f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,3 +10,5 @@
0001-ping-CVE-2010-2529.patch
libtelnet-libc.patch
libs.patch
+no-bsd-signals.patch
+libtelnet-AUTHTYPE_NAMES.patch