aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libpcap/libpcap_1.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libpcap/libpcap_1.0.0.bb')
-rw-r--r--recipes/libpcap/libpcap_1.0.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/libpcap/libpcap_1.0.0.bb b/recipes/libpcap/libpcap_1.0.0.bb
index 6dfc056930..2ce1bc44cc 100644
--- a/recipes/libpcap/libpcap_1.0.0.bb
+++ b/recipes/libpcap/libpcap_1.0.0.bb
@@ -5,6 +5,11 @@ SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz"
SRC_URI += "file://aclocal.patch;patch=1"
SRC_URI += "file://ieee80215-arphrd.patch;patch=1"
SRC_URI += "file://ldflags.patch;patch=1"
+SRC_URI += "file://0001-Fix-some-problems-that-show-up-in-autoconf-2.64-and-.patch;patch=1"
+
+do_configure_prepend() {
+ cat ${S}/aclocal.m4 >>${S}/acinclude.m4
+}
do_compile () {
oe_runmake