pkgsrc/net/libnids/patches/patch-configure.in
obache ece3fb3523 Update libnids to 1.24.
Based on PR pkg/48217 by Leonardo Taccari.

Changes:
v1.24 Mar 14 2010
- fixed another remotely triggerable NULL dereference in ip_fragment.c
- unofficial patch that enables tracking of already established TCP connections
- missing reset of some tcp_* variables upon nids_exit
- correct calculation of radiotap header
- compilation warning fixes with newer gcc
- use pcap_get_selectable_fd() instead of pcap_fileno()
2013-10-06 08:25:37 +00:00

15 lines
443 B
Text

$NetBSD: patch-configure.in,v 1.1 2013/10/06 08:25:37 obache Exp $
* check existence of alloca.h
--- configure.in.orig 2006-05-01 17:14:51.000000000 +0000
+++ configure.in
@@ -27,7 +27,7 @@ AC_PROG_INSTALL
dnl Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS(sys/time.h syslog.h unistd.h)
+AC_CHECK_HEADERS(sys/time.h syslog.h unistd.h alloca.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST