Package: tcpdump
Severity: important
Version: 0.9.8-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small fixup for configure.in/configure.
Please find attached patch with that.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
only in patch2:
unchanged:
--- tcpdump-3.9.8.orig/configure.in
+++ tcpdump-3.9.8/configure.in
@@ -17,6 +17,7 @@
AC_C___ATTRIBUTE__
AC_CHECK_HEADERS(fcntl.h rpc/rpcent.h netdnet/dnetdb.h)
AC_CHECK_HEADERS(net/pfvar.h, , , [#include <sys/types.h>
+#include <net/if_pflog.h>
#include <sys/socket.h>
#include <net/if.h>])
if test "$ac_cv_header_net_pfvar_h" == yes; then
only in patch2:
unchanged:
--- tcpdump-3.9.8.orig/configure
+++ tcpdump-3.9.8/configure
@@ -3991,6 +3991,7 @@
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <sys/types.h>
+#include <net/if_pflog.h>
#include <sys/socket.h>
#include <net/if.h>