summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/tcpdump/tcpdump/unnecessary-to-check-libpcap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/tcpdump/tcpdump/unnecessary-to-check-libpcap.patch')
-rw-r--r--meta-networking/recipes-support/tcpdump/tcpdump/unnecessary-to-check-libpcap.patch19
1 files changed, 10 insertions, 9 deletions
diff --git a/meta-networking/recipes-support/tcpdump/tcpdump/unnecessary-to-check-libpcap.patch b/meta-networking/recipes-support/tcpdump/tcpdump/unnecessary-to-check-libpcap.patch
index d7a3ac23b..8cefadf28 100644
--- a/meta-networking/recipes-support/tcpdump/tcpdump/unnecessary-to-check-libpcap.patch
+++ b/meta-networking/recipes-support/tcpdump/tcpdump/unnecessary-to-check-libpcap.patch
@@ -1,4 +1,7 @@
1unnecessary to check libpcap 1From 741d77e42fc4af49804f7ee43b7237e01633cbcd Mon Sep 17 00:00:00 2001
2From: Roy Li <rongqing.li@windriver.com>
3Date: Tue, 8 Jul 2014 13:20:47 +0800
4Subject: [PATCH] unnecessary to check libpcap
2 5
3Upstream-Status: Pending 6Upstream-Status: Pending
4 7
@@ -11,23 +14,21 @@ In fact, the libpcap has been added into the tcpdump's DEPENDS, not need to
11check if libpcap existed. 14check if libpcap existed.
12 15
13Signed-off-by: Roy Li <rongqing.li@windriver.com> 16Signed-off-by: Roy Li <rongqing.li@windriver.com>
17
14--- 18---
15 configure.in | 2 +- 19 configure.in | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-) 20 1 file changed, 1 insertion(+), 1 deletion(-)
17 21
18diff --git a/configure.in b/configure.in 22diff --git a/configure.in b/configure.in
19index 06fade1..9125de7 100644 23index b2305a5..b3b5dbf 100644
20--- a/configure.in 24--- a/configure.in
21+++ b/configure.in 25+++ b/configure.in
22@@ -567,7 +567,7 @@ AC_SEARCH_LIBS(getrpcbynumber, nsl, 26@@ -418,7 +418,7 @@ dnl Some platforms may need -lnsl for getrpcbynumber.
23 dnl AC_CHECK_LIB(z, uncompress) 27 AC_SEARCH_LIBS(getrpcbynumber, nsl,
24 dnl AC_CHECK_HEADERS(zlib.h) 28 AC_DEFINE(HAVE_GETRPCBYNUMBER, 1, [define if you have getrpcbynumber()]))
25 29
26-AC_LBL_LIBPCAP(V_PCAPDEP, V_INCLS) 30-AC_LBL_LIBPCAP(V_PCAPDEP, V_INCLS)
27+#AC_LBL_LIBPCAP(V_PCAPDEP, V_INCLS) 31+#AC_LBL_LIBPCAP(V_PCAPDEP, V_INCLS)
28 32
29 # 33 #
30 # Check for these after AC_LBL_LIBPCAP, so we link with the appropriate 34 # Check for these after AC_LBL_LIBPCAP, so we link with the appropriate
31--
321.7.9.5
33