pkgsrc/net/libpcap/patches/patch-ad
dholland 1161ae161f AC_CHECK_HEADERS with no args causes autoconf to generate a shell for loop
with nothing to iterate over, which some shells don't like. Patch it out.
Fixes PR 40415. Build fix only; no version change.
2009-05-17 22:28:51 +00:00

16 lines
455 B
Text

$NetBSD: patch-ad,v 1.3 2009/05/17 22:28:51 dholland Exp $
Remove bogus check that generates invalid shell syntax in the output.
Upstream: already fixed in upstream git.
--- configure.in.orig 2009-05-17 18:18:27.000000000 -0400
+++ configure.in 2009-05-17 18:18:38.000000000 -0400
@@ -358,7 +358,6 @@ linux)
#include <net/if.h>
#include <linux/types.h>
])
- AC_CHECK_HEADERS()
AC_LBL_TPACKET_STATS
AC_LBL_LINUX_TPACKET_AUXDATA_TP_VLAN_TCI
;;