diff options
author | Bruno Randolf <br1@subnet.at> | 2004-09-22 15:06:20 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-09-22 15:06:20 +0000 |
commit | 79f84ea74beebc25ab798a06d64389300a85c4f0 (patch) | |
tree | 84ec1106d2e8dca373d065f44783f713377a6e58 /tcpdump | |
parent | 57925ab849ac891f79985e95a2afc415528c184c (diff) |
tcpdump: the new mipsel toolchain can do -O2 now
BKrev: 415194ec9n3swPMdvNqa3-HaR-8rkA
Diffstat (limited to 'tcpdump')
-rw-r--r-- | tcpdump/tcpdump_3.8.3.oe | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tcpdump/tcpdump_3.8.3.oe b/tcpdump/tcpdump_3.8.3.oe index 981d4a95cc..2adeec5ef2 100644 --- a/tcpdump/tcpdump_3.8.3.oe +++ b/tcpdump/tcpdump_3.8.3.oe @@ -4,12 +4,9 @@ PRIORITY = "optional" DEPENDS = "libpcap-0.8.1" SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz" -SRC_URI_append_mtx-1 = " file://tcpdump_configure_no_-O2.patch;patch=1;pnum=1" inherit autotools -CFLAGS_mtx-1 := "${@'${CFLAGS}'.replace('-O2', '')}" - do_configure() { gnu-configize oe_runconf |