diff options
author | 2016-06-03 22:11:30 -0300 | |
---|---|---|
committer | 2016-06-08 14:58:24 +0200 | |
commit | cfcb6f40c34c20f3c47648289466621ae6d6de26 (patch) | |
tree | f47e23bc9a94fd3fc19b20c972e46fb0295bce0f /package/iptables | |
parent | a3562498e92a1d1fe9f8bc862680ca7dec8a17c0 (diff) | |
download | buildroot-cfcb6f40c34c20f3c47648289466621ae6d6de26.tar.gz buildroot-cfcb6f40c34c20f3c47648289466621ae6d6de26.tar.bz2 |
libnftnl: bump to version 1.0.6
It now requires 3.12.x series headers so adjust the dependencies to
match.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/iptables/Config.in b/package/iptables/Config.in index c7b69a8d73..cdcd1c2893 100644 --- a/package/iptables/Config.in +++ b/package/iptables/Config.in @@ -22,14 +22,14 @@ config BR2_PACKAGE_IPTABLES_NFTABLES # uses dlfcn depends on !BR2_STATIC_LIBS depends on BR2_USE_WCHAR - depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 + depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 select BR2_PACKAGE_LIBMNL select BR2_PACKAGE_LIBNFTNL help Build nftables compat utilities. -comment "nftables compat needs a toolchain w/ wchar, dynamic library, headers >= 3.4" - depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 || \ +comment "nftables compat needs a toolchain w/ wchar, dynamic library, headers >= 3.12" + depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 || \ !BR2_USE_WCHAR || BR2_STATIC_LIBS endif |