tcpdump: fix pcap-config issues
authorRosen Penev <rosenp@gmail.com>
Tue, 15 Dec 2020 01:56:18 +0000 (17:56 -0800)
committerPetr Štetiar <ynezz@true.cz>
Tue, 22 Dec 2020 17:59:10 +0000 (18:59 +0100)
commit6a1ad19cd3659b8df386ef8d7d2f9680bf749558
treec8872ed612c69bd217d108955112b9da906f912d
parent2a92754ce92e8e360f3a452ffbe738f6f8957290
tcpdump: fix pcap-config issues

The patch removes a libpcap check to avoid a problem with libpcap. Fix
libpcap instead.

Modernize Makefile:

Use a normal autoconf bool instead of checking for CONFIG_IPV6.

Remove old configure and MAKE_FLAGS hacks. Removing them results in
compilation continuing to work without a problem.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
package/network/utils/tcpdump/Makefile
package/network/utils/tcpdump/patches/002-remove_static_libpcap_check.patch [deleted file]