diff options
Diffstat (limited to 'package/netsnmp')
-rw-r--r-- | package/netsnmp/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/netsnmp/Config.in b/package/netsnmp/Config.in index fd54eb40d..810b654bf 100644 --- a/package/netsnmp/Config.in +++ b/package/netsnmp/Config.in @@ -1,7 +1,13 @@ 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 |