aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tcpdump/tcpdump_3.9.3.bb
blob: 7ffcc9a37f25460452aaae318f983adb6c7b383c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "A sophisticated network protocol analyzer"
HOMEPAGE = "http://www.tcpdump.org/"
LICENSE = "BSD"
SECTION = "console/network"
PRIORITY = "optional"
DEPENDS = "libpcap-0.9.3"
PR = "r2"

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
}