diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-01-27 20:03:41 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2009-02-16 10:10:17 +0300 |
commit | f17d18964665b071fb8c899cf209133521130199 (patch) | |
tree | 20f4444c143f5e466a793834f6c66caa9afbb1ff /packages/wireshark/wireshark_0.99.4.bb | |
parent | 8b12893071b868cd76e88155fcdc2ae2acc3ff1d (diff) |
wireshare: fix building with current toolchain
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'packages/wireshark/wireshark_0.99.4.bb')
-rw-r--r-- | packages/wireshark/wireshark_0.99.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/wireshark/wireshark_0.99.4.bb b/packages/wireshark/wireshark_0.99.4.bb index e34ca849d4..357f26448c 100644 --- a/packages/wireshark/wireshark_0.99.4.bb +++ b/packages/wireshark/wireshark_0.99.4.bb @@ -8,6 +8,8 @@ PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${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" inherit autotools |