]> git.pld-linux.org Git - packages/commoncpp2.git/blame - commoncpp2-netfilter.patch
- fix building with gcc 11, rebuild with openssl 3.0.0, rel 6
[packages/commoncpp2.git] / commoncpp2-netfilter.patch
CommitLineData
8fc0cf85
JB
1--- commoncpp2-1.8.1/m4/ost_socket.m4.orig 2010-10-31 23:01:12.000000000 +0100
2+++ commoncpp2-1.8.1/m4/ost_socket.m4 2012-01-02 19:23:26.549787830 +0100
3@@ -93,7 +93,11 @@
4 AC_CHECK_HEADERS([linux/netfilter_ipv4.h linux/netfilter_ipv6.h],,,
5 [#ifdef HAVE_LIMITS_H
6 #include <limits.h>
7- #endif])
8+ #endif
9+ #include <stddef.h>
10+ #include <sys/socket.h>
11+ #include <linux/in.h>
12+ #include <linux/in6.h>])
13 if test "$ac_cv_header_linux_netfilter_ipv4_h" = "yes" &&
14 [ test "$ac_cv_header_linux_netfilter_ipv6_h" = "yes" &&
15 test "$ost_cv_ipv6" = "yes" ||
This page took 0.031118 seconds and 4 git commands to generate.