summaryrefslogtreecommitdiff
path: root/meta/packages/libpcap/libpcap-0.9.3
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-02-09 15:23:19 +0000
committerJoshua Lock <josh@linux.intel.com>2010-02-09 15:56:44 +0000
commit6895486d05afd5ffcab00bbfdc909ccf40253fbf (patch)
treebfeec59e16177f00207150efa8c5fd64685a7494 /meta/packages/libpcap/libpcap-0.9.3
parentb81b391cd2b56dc70ed71fc9a050eb1b74b4d36f (diff)
downloadopenembedded-core-6895486d05afd5ffcab00bbfdc909ccf40253fbf.tar.gz
openembedded-core-6895486d05afd5ffcab00bbfdc909ccf40253fbf.tar.bz2
openembedded-core-6895486d05afd5ffcab00bbfdc909ccf40253fbf.tar.xz
openembedded-core-6895486d05afd5ffcab00bbfdc909ccf40253fbf.zip
libpcap: fix configure with newer autofoo and fix inherit
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/libpcap/libpcap-0.9.3')
-rw-r--r--meta/packages/libpcap/libpcap-0.9.3/config-fixes.patch16
1 files changed, 16 insertions, 0 deletions
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