52e600ebec
There is a build problem with netsnmp on external toolchain that isn't easy to fix: libtool strips the --sysroot that we are passing it, which make the link step fail. In preparation for the release, just make sure this package isn't visible to external toolchain users. Of course, on the long run, we should fix this. We also disable the build of the Quagga SNMP support because it selects netsnmp. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
407 B
Plaintext
14 lines
407 B
Plaintext
config BR2_PACKAGE_NETSNMP
|
|
bool "netsnmp"
|
|
# Build with external toolchains is broken, libtool strips
|
|
# --sysroot at link time
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL
|
|
help
|
|
Suite of applications used to implement SNMP v1, SNMP v2c, and
|
|
SNMP v3 using both IPv4 and IPv6.
|
|
|
|
http://net-snmp.sourceforge.net/
|
|
|
|
comment "lmbench is broken with external toolchains"
|
|
depends on BR2_TOOLCHAIN_EXTERNAL
|