diff options
Diffstat (limited to 'packages/wireshark/tshark_0.99.4.bb')
-rw-r--r-- | packages/wireshark/tshark_0.99.4.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/wireshark/tshark_0.99.4.bb b/packages/wireshark/tshark_0.99.4.bb index 7338efdda7..e63a0c2f23 100644 --- a/packages/wireshark/tshark_0.99.4.bb +++ b/packages/wireshark/tshark_0.99.4.bb @@ -2,17 +2,19 @@ DESCRIPTION = "tshark is the text based verion of wireshark - a popular network HOMEPAGE = "http://www.ethereal.com" SECTION = "network" LICENSE = "GPL" -DEPENDS = "perl-native gnutls libpcap pcre expat" +DEPENDS = "perl-native gnutls libpcap pcre expat glib-2.0 net-snmp" SRC_URI = "${SOURCEFORGE_MIRROR}/wireshark/wireshark-${PV}.tar.bz2 \ file://use-our-lemon.patch;patch=1 \ + file://acinclude-net-snmp-fix.patch;patch=1 \ + file://libtool-fix.patch;patch=1 \ file://no-host-includes.patch;patch=1" S=${WORKDIR}/wireshark-${PV} inherit autotools -EXTRA_OECONF = "--disable-wireshark" +EXTRA_OECONF = "--disable-wireshark --with-net-snmp=${STAGING_DIR_HOST}${layout_bindir}/net-snmp-config" do_compile_prepend() { ${BUILD_CC} ${BUILD_CFLAGS} -o rdps rdps.c |