mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Tcpdump repariert.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@385 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
2
config/rootfiles/common/tcpdump
Normal file
2
config/rootfiles/common/tcpdump
Normal file
@@ -0,0 +1,2 @@
|
||||
#usr/man/man1/tcpdump.1
|
||||
usr/sbin/tcpdump
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user