]> git.pld-linux.org Git - packages/ipset.git/blame - kernel-5.0.patch
- relax the test for netlink_ack
[packages/ipset.git] / kernel-5.0.patch
CommitLineData
4fbe6bda
JR
1--- ipset-7.1/configure.ac~ 2018-12-10 18:35:31.000000000 +0100
2+++ ipset-7.1/configure.ac 2019-03-10 18:03:26.965123071 +0100
3@@ -581,7 +581,7 @@
4
5 AC_MSG_CHECKING([kernel source for netlink extended ACK])
6 if test -f $ksourcedir/include/linux/netlink.h && \
7- $AWK '/^extern void netlink_ack\(/,/\)/' $ksourcedir/include/linux/netlink.h | $GREP -q 'const struct netlink_ext_ack'; then
6b10edb6 8+ $AWK '/void netlink_ack\(/,/\)/' $ksourcedir/include/linux/netlink.h | $GREP -q 'const struct netlink_ext_ack'; then
4fbe6bda
JR
9 AC_MSG_RESULT(yes)
10 AC_SUBST(HAVE_NETLINK_EXTENDED_ACK, define)
11 else
This page took 0.034243 seconds and 4 git commands to generate.