diff mbox series

[nft] build: nftables 0.9.3 depends on libnftnl 1.1.5

Message ID 20191205093809.128045-1-pablo@netfilter.org
State Accepted
Delegated to: Pablo Neira
Headers show
Series [nft] build: nftables 0.9.3 depends on libnftnl 1.1.5 | expand

Commit Message

Pablo Neira Ayuso Dec. 5, 2019, 9:38 a.m. UTC
nftables 0.9.3 requires libnftnl 1.1.5, otherwise compilation breaks:
https://bugs.gentoo.org/701976.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Phil Sutter Dec. 5, 2019, 10:53 a.m. UTC | #1
On Thu, Dec 05, 2019 at 10:38:09AM +0100, Pablo Neira Ayuso wrote:
> nftables 0.9.3 requires libnftnl 1.1.5, otherwise compilation breaks:
> https://bugs.gentoo.org/701976.
> 
> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

Acked-by: Phil Sutter <phil@nwl.cc>
diff mbox series

Patch

diff --git a/configure.ac b/configure.ac
index 5ed3f18ad6f0..c487029abbc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@  AS_IF([test "x$enable_man_doc" = "xyes"], [
 ])
 
 PKG_CHECK_MODULES([LIBMNL], [libmnl >= 1.0.3])
-PKG_CHECK_MODULES([LIBNFTNL], [libnftnl >= 1.1.4])
+PKG_CHECK_MODULES([LIBNFTNL], [libnftnl >= 1.1.5])
 
 AC_ARG_WITH([mini-gmp], [AS_HELP_STRING([--with-mini-gmp],
             [Use builtin mini-gmp (for embedded builds)])],