diff options
author | Guillem Jover <guillem@debian.org> | 2006-07-21 07:59:18 +0000 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2010-06-10 23:21:19 +0200 |
commit | 5ed8aaa599b09cf954ac5962d737803c17171c8d (patch) | |
tree | fdbf31c5065afaa7b4f983d8178eec69e2c6fbf1 | |
parent | 3db5516c6be877df0bc1ce39b70f5c875eb2db46 (diff) | |
download | inetutils-5ed8aaa599b09cf954ac5962d737803c17171c8d.tar.gz |
Avoid linking against libbsd for now
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/patches/00_no_link_libbsd.patch | 12 |
2 files changed, 19 insertions, 0 deletions
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 <guillem@debian.org> 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) |