summaryrefslogtreecommitdiffstats
path: root/meta/packages/libpcap/libpcap-1.0.0/config-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/libpcap/libpcap-1.0.0/config-fixes.patch')
-rw-r--r--meta/packages/libpcap/libpcap-1.0.0/config-fixes.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/packages/libpcap/libpcap-1.0.0/config-fixes.patch b/meta/packages/libpcap/libpcap-1.0.0/config-fixes.patch
deleted file mode 100644
index 166816eb8f..0000000000
--- a/meta/packages/libpcap/libpcap-1.0.0/config-fixes.patch
+++ /dev/null
@@ -1,16 +0,0 @@
1Fixes to enable building with latest autoconf and automake
2
3JL 09/02/10
4
5Index: libpcap-0.9.3/configure.in
6===================================================================
7--- libpcap-0.9.3.orig/configure.in 2005-07-07 07:56:03.000000000 +0100
8+++ libpcap-0.9.3/configure.in 2010-02-09 15:19:40.529662003 +0000
9@@ -11,6 +11,7 @@
10 AC_INIT(pcap.c)
11
12 AC_CANONICAL_SYSTEM
13+AC_PROG_CC
14
15 AC_LBL_C_INIT(V_CCOPT, V_INCLS, V_LIBS)
16 AC_LBL_C_INLINE