aboutsummaryrefslogtreecommitdiffstats
path: root/tcpdump
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-08-03 18:29:16 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-08-03 18:29:16 +0000
commit2d23cd7954544c61b8e5cef52ad3bd86f19eaff1 (patch)
treed617ef4acd4a5f9a5091d0b4ad795188b8f32d65 /tcpdump
parent56531a03b2d00a4c75e767393d6a9373abfe311d (diff)
downloadopenembedded-2d23cd7954544c61b8e5cef52ad3bd86f19eaff1.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/08/03 20:29:10+02:00 uni-frankfurt.de!mickey add unik-olsrd, a OLSR routing daemon. patch courtesy Bruno Randolf 2004/08/03 20:27:42+02:00 uni-frankfurt.de!mickey mipsel fixes to openssl and tcpdump courtesy Bruno Randolf. note that I think we rather should fix those packages to honor our global CFLAGS in the long run. BKrev: 410fd97cYX3L2oGnfeywaYWk951yBg
Diffstat (limited to 'tcpdump')
-rw-r--r--tcpdump/files/tcpdump_configure_no_-O2.patch0
-rw-r--r--tcpdump/tcpdump_3.8.3.oe3
2 files changed, 3 insertions, 0 deletions
diff --git a/tcpdump/files/tcpdump_configure_no_-O2.patch b/tcpdump/files/tcpdump_configure_no_-O2.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tcpdump/files/tcpdump_configure_no_-O2.patch
diff --git a/tcpdump/tcpdump_3.8.3.oe b/tcpdump/tcpdump_3.8.3.oe
index 2adeec5ef2..981d4a95cc 100644
--- a/tcpdump/tcpdump_3.8.3.oe
+++ b/tcpdump/tcpdump_3.8.3.oe
@@ -4,9 +4,12 @@ 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