blob: 8cefadf2846b31102dfb8f7600a4e0b3ab50eef2 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001From 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
Patrick Williamsb48b7b42016-08-17 15:04:38 -05005
6Upstream-Status: Pending
7
8since the check of libpcap did not consider the cross-compile, lead to the
9below error:
10 This autoconf log indicates errors, it looked at host include and/or
11 library paths while determining system capabilities.
12
13In fact, the libpcap has been added into the tcpdump's DEPENDS, not need to
14check if libpcap existed.
15
16Signed-off-by: Roy Li <rongqing.li@windriver.com>
Brad Bishop316dfdd2018-06-25 12:45:53 -040017
Patrick Williamsb48b7b42016-08-17 15:04:38 -050018---
Brad Bishop316dfdd2018-06-25 12:45:53 -040019 configure.in | 2 +-
Patrick Williamsb48b7b42016-08-17 15:04:38 -050020 1 file changed, 1 insertion(+), 1 deletion(-)
21
22diff --git a/configure.in b/configure.in
Brad Bishop316dfdd2018-06-25 12:45:53 -040023index b2305a5..b3b5dbf 100644
Patrick Williamsb48b7b42016-08-17 15:04:38 -050024--- a/configure.in
25+++ b/configure.in
Brad Bishop316dfdd2018-06-25 12:45:53 -040026@@ -418,7 +418,7 @@ dnl Some platforms may need -lnsl for getrpcbynumber.
27 AC_SEARCH_LIBS(getrpcbynumber, nsl,
28 AC_DEFINE(HAVE_GETRPCBYNUMBER, 1, [define if you have getrpcbynumber()]))
Patrick Williamsb48b7b42016-08-17 15:04:38 -050029
30-AC_LBL_LIBPCAP(V_PCAPDEP, V_INCLS)
31+#AC_LBL_LIBPCAP(V_PCAPDEP, V_INCLS)
32
33 #
34 # Check for these after AC_LBL_LIBPCAP, so we link with the appropriate