From 6f00de0d6d23a44671774594512b73ac5243b8e6 Mon Sep 17 00:00:00 2001 From: ms Date: Sun, 7 Jan 2007 22:15:06 +0000 Subject: [PATCH] Tcpdump repariert. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@385 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- config/rootfiles/common/tcpdump | 2 ++ doc/packages-list.txt | 1 + lfs/tcpdump | 3 ++- make.sh | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 config/rootfiles/common/tcpdump diff --git a/config/rootfiles/common/tcpdump b/config/rootfiles/common/tcpdump new file mode 100644 index 0000000000..8a87a59eb7 --- /dev/null +++ b/config/rootfiles/common/tcpdump @@ -0,0 +1,2 @@ +#usr/man/man1/tcpdump.1 +usr/sbin/tcpdump diff --git a/doc/packages-list.txt b/doc/packages-list.txt index 8a439d8e1b..7afbc7a354 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -223,6 +223,7 @@ * sysvinit-2.86 * tar-1.15.1 * tcp_wrappers_7.6 +* tcpdump-3.8.3 * texinfo-4.8 * tftp-hpa-0.42 * tiff-3.8.2 diff --git a/lfs/tcpdump b/lfs/tcpdump index 94625d2797..cba9b1d4b0 100644 --- a/lfs/tcpdump +++ b/lfs/tcpdump @@ -77,7 +77,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/tcpdump-3.8.2-bgp-dos-2.patch #CAN 2005-1279 cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/tcpdump-3.8.2-isis-dos.patch #CAN 2005-1278 cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/tcpdump-3.8.2-ldp-dos.patch #CAN 2005-1279 - cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls + cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls --disable-ipv6 + cd $(DIR_APP) && sed -i -e 's/#define\ HAVE_PCAP_DEBUG\ 1/#undef\ HAVE_PCAP_DEBUG/' config.h cd $(DIR_APP) && make $(MAKETUNING) DEFS="-D_U_=\"\" -DHAVE_CONFIG_H" cd $(DIR_APP) && make install @rm -rf $(DIR_APP) diff --git a/make.sh b/make.sh index b6e4720747..045898b3e5 100644 --- a/make.sh +++ b/make.sh @@ -444,7 +444,7 @@ buildipfire() { ipfiremake squid ipfiremake squid-graph ipfiremake squidguard -# ipfiremake tcpdump + ipfiremake tcpdump ipfiremake traceroute ipfiremake vlan ipfiremake wireless -- 2.39.2