From 6895486d05afd5ffcab00bbfdc909ccf40253fbf Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 9 Feb 2010 15:23:19 +0000 Subject: libpcap: fix configure with newer autofoo and fix inherit Signed-off-by: Joshua Lock --- meta/packages/libpcap/libpcap-0.9.3/config-fixes.patch | 16 ++++++++++++++++ meta/packages/libpcap/libpcap_0.9.3.bb | 7 ++++--- 2 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 meta/packages/libpcap/libpcap-0.9.3/config-fixes.patch (limited to 'meta') diff --git a/meta/packages/libpcap/libpcap-0.9.3/config-fixes.patch b/meta/packages/libpcap/libpcap-0.9.3/config-fixes.patch new file mode 100644 index 000000000..166816eb8 --- /dev/null +++ b/meta/packages/libpcap/libpcap-0.9.3/config-fixes.patch @@ -0,0 +1,16 @@ +Fixes to enable building with latest autoconf and automake + +JL 09/02/10 + +Index: libpcap-0.9.3/configure.in +=================================================================== +--- libpcap-0.9.3.orig/configure.in 2005-07-07 07:56:03.000000000 +0100 ++++ libpcap-0.9.3/configure.in 2010-02-09 15:19:40.529662003 +0000 +@@ -11,6 +11,7 @@ + AC_INIT(pcap.c) + + AC_CANONICAL_SYSTEM ++AC_PROG_CC + + AC_LBL_C_INIT(V_CCOPT, V_INCLS, V_LIBS) + AC_LBL_C_INLINE diff --git a/meta/packages/libpcap/libpcap_0.9.3.bb b/meta/packages/libpcap/libpcap_0.9.3.bb index cf0241a66..1496f4873 100644 --- a/meta/packages/libpcap/libpcap_0.9.3.bb +++ b/meta/packages/libpcap/libpcap_0.9.3.bb @@ -2,12 +2,13 @@ DESCRIPTION = "Network Packet Capture Library" HOMEPAGE = "http://www.tcpdump.org/" LICENSE = "BSD" SECTION = "libs/network" -PR = "r1" +PR = "2" SRC_URI = "http://www.at.tcpdump.org/release/libpcap-${PV}.tar.gz \ - file://shared.patch;patch=1" + file://shared.patch;patch=1 \ + file://config-fixes.patch;patch=1" -inherit autotools_stage +inherit autotools EXTRA_OECONF = "--with-pcap=linux" -- cgit v1.2.3