From 5ed8aaa599b09cf954ac5962d737803c17171c8d Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 21 Jul 2006 07:59:18 +0000 Subject: Avoid linking against libbsd for now --- debian/changelog | 7 +++++++ debian/patches/00_no_link_libbsd.patch | 12 ++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 debian/patches/00_no_link_libbsd.patch diff --git a/debian/changelog b/debian/changelog index 72d9ad3..abb8c0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +inetutils (2:1.4.3+20060719-2) UNRELEASED; urgency=low + + * Avoid linking against libbsd for now. + - debian/patches/00_no_link_libbsd.patch: New file. + + -- Guillem Jover Fri, 21 Jul 2006 10:58:10 +0300 + inetutils (2:1.4.3+20060719-1) unstable; urgency=low * New upstream snapshot. diff --git a/debian/patches/00_no_link_libbsd.patch b/debian/patches/00_no_link_libbsd.patch new file mode 100644 index 0000000..39d8190 --- /dev/null +++ b/debian/patches/00_no_link_libbsd.patch @@ -0,0 +1,12 @@ +#DPATCHLEVEL=0 +--- configure.ac.orig 2006-04-20 12:53:13.000000000 +0300 ++++ configure.ac 2006-07-21 10:56:44.000000000 +0300 +@@ -131,7 +131,7 @@ + gl_INIT + + ### Checks for libraries. +-AC_CHECK_LIB(bsd, revoke) ++#AC_CHECK_LIB(bsd, revoke) + AC_CHECK_LIB(nsl, inet_ntoa) + AC_CHECK_LIB(resolv, gethostname) + AC_CHECK_LIB(socket, getpeername) -- cgit v1.2.3