Package: inetutils
Severity: important
Version: 2:1.5.dfsg.1-2
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD.
It have a typo in configure.ac, see bellow.

It would also be nice if you can ask upstream
to include this fix.

Please also stop providing net-tools on GNU/kFreeBSD,
http://lists.debian.org/debian-bsd/2006/12/msg00028.html

Thanks in advance

                        Petr



--- configure.ac~       2006-12-19 10:15:41.000000000 +0100
+++ configure.ac        2006-12-19 10:15:41.000000000 +0100
@@ -531,7 +531,7 @@
   IU_CHECK_MEMBERS([struct utmpx.ut_tv], , , [#include <utmpx.h>])
 fi

-IU_CHECK_MEMBERS([stuct ifreq.ifr_index,
+IU_CHECK_MEMBERS([struct ifreq.ifr_index,
                   struct ifreq.ifr_netmask,
                   struct ifreq.ifr_broadaddr], , ,
                  [#include <sys/types.h>






--- debian/rules~       2006-12-19 10:17:14.000000000 +0100
+++ debian/rules        2006-12-19 10:17:14.000000000 +0100
@@ -18,7 +18,8 @@
 # Set proper Provides
 ifeq ($(DEB_HOST_ARCH_OS),linux)
   syslogd_provides = linux-kernel-log-daemon
-else
+endif
+ifeq ($(DEB_HOST_ARCH_OS),hurd)
   tools_provides = net-tools
 endif



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to