From: Phil Sutter Date: Fri, 29 Sep 2023 23:35:48 +0000 (+0200) Subject: build: Bump dependency on libnftnl X-Git-Tag: v1.8.10~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54526ee6ecb8bf775557a5afe1b42520ae5f3817;p=thirdparty%2Fiptables.git build: Bump dependency on libnftnl Recently added support for broute table emulation requires libnftnl version 1.2.6. Fixes: 73611d5582e72 ("ebtables-nft: add broute table emulation") Signed-off-by: Phil Sutter --- diff --git a/configure.ac b/configure.ac index 488c01eb..b6247ce7 100644 --- a/configure.ac +++ b/configure.ac @@ -134,7 +134,7 @@ if test "x$enable_nftables" = "xyes"; then exit 1 fi - PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.1.6], [nftables=1], [nftables=0]) + PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.2.6], [nftables=1], [nftables=0]) if test "$nftables" = 0; then