summaryrefslogtreecommitdiff
path: root/packages/tcpdump/tcpdump_3.9.7.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-09-07 20:13:11 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-09-07 20:13:11 +0000
commit5b01b27522b32b4ee14588764768a33ff7312a3a (patch)
tree1a10fbef2dda8e55c2a493ae19c7a1391778b20e /packages/tcpdump/tcpdump_3.9.7.bb
parent111c8a8ab441cf56bc35048ed20e676cce978767 (diff)
tcpdump: update to 3.9.7 whic do not need libpcap 0.9.3 but builds with 0.9.6
Diffstat (limited to 'packages/tcpdump/tcpdump_3.9.7.bb')
-rw-r--r--packages/tcpdump/tcpdump_3.9.7.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/tcpdump/tcpdump_3.9.7.bb b/packages/tcpdump/tcpdump_3.9.7.bb
new file mode 100644
index 0000000000..ba9710d86a
--- /dev/null
+++ b/packages/tcpdump/tcpdump_3.9.7.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "A sophisticated network protocol analyzer"
+HOMEPAGE = "http://www.tcpdump.org/"
+LICENSE = "BSD"
+SECTION = "console/network"
+PRIORITY = "optional"
+DEPENDS = "libpcap"
+
+SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \
+ file://tcpdump_configure_no_-O2.patch;patch=1"
+
+inherit autotools
+
+EXTRA_OECONF = "--without-crypto"
+
+do_configure() {
+ gnu-configize
+ oe_runconf
+ sed -i 's:/usr/lib:${STAGING_LIBDIR}:' ./Makefile
+ sed -i 's:/usr/include:${STAGING_INCDIR}:' ./Makefile
+}