arptables: needs dynamic linking support for dlopen()
Fixes: http://autobuild.buildroot.net/results/b96/b9642befef82e479cc50839e07114cb87314d156/ http://autobuild.buildroot.net/results/57f/57ffebbe925391badf81f6867fdbf16975b4af6f/ http://autobuild.buildroot.net/results/5f1/5f1966f1a7c8800846a8405b7e74f4893f3fcd14/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
80e4060908
commit
a8a242179a
@ -1,8 +1,12 @@
|
||||
config BR2_PACKAGE_ARPTABLES
|
||||
bool "arptables"
|
||||
# needs fork()
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_USE_MMU # needs fork()
|
||||
depends on !BR2_PREFER_STATIC_LIB # needs dlopen()
|
||||
help
|
||||
Tool to set up, maintain, and inspect the tables of ARP rules.
|
||||
|
||||
http://ebtables.sourceforge.net
|
||||
|
||||
comment "arptables needs a toolchain w/ dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_PREFER_STATIC_LIB
|
||||
|
Loading…
Reference in New Issue
Block a user