From 2d23cd7954544c61b8e5cef52ad3bd86f19eaff1 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 3 Aug 2004 18:29:16 +0000 Subject: 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 --- tcpdump/files/tcpdump_configure_no_-O2.patch | 0 tcpdump/tcpdump_3.8.3.oe | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 tcpdump/files/tcpdump_configure_no_-O2.patch (limited to 'tcpdump') 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 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 -- cgit v1.2.3