> "Peter" == Peter Volkov <[EMAIL PROTECTED]> writes:
Peter> Hello.
Peter> tcpdump-4.0.0 fails to build with --disable-ipv6. Patch to
Peter> fix the issue is in attachment.
I've applied your fix to the git tree, but in the process, I've learnt
that the git-cvsimport did not do
Hello.
Currently it's impossible to build tcpdump without libsmi on system with
libsmi installed. The patch in attachment adds --with{,out}-smi
configure switch which allows to disable it.
--
Peter.
=== modified file 'configure.in'
--- configure.in 2008-11-04 16:24:30 +
+++ configure.in 2008
Hello.
tcpdump-4.0.0 fails to build with --disable-ipv6. Patch to fix the issue
is in attachment.
--
Peter.
=== modified file 'print-enc.c'
--- print-enc.c 2008-11-04 16:24:30 +
+++ print-enc.c 2008-11-04 16:45:04 +
@@ -77,9 +77,11 @@
case AF_INET:
ip_print(gndo, p, length);
brea