diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-07-20 15:30:07 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-07-28 00:30:26 +0200 |
commit | d54f37fb0813143c6b3e83504bd17874e38094c9 (patch) | |
tree | 8041431a622871b487ce75f677c667bb70aea222 /package/netsnmp/Config.in | |
parent | d47c73ee9ba3ab9a5f6a113047e3a4aae1afd278 (diff) | |
download | buildroot-novena-d54f37fb0813143c6b3e83504bd17874e38094c9.tar.gz buildroot-novena-d54f37fb0813143c6b3e83504bd17874e38094c9.zip |
Convert net-snmp to autotargets
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Diffstat (limited to 'package/netsnmp/Config.in')
-rw-r--r-- | package/netsnmp/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/netsnmp/Config.in b/package/netsnmp/Config.in index 810b654bf..5a3e9aabc 100644 --- a/package/netsnmp/Config.in +++ b/package/netsnmp/Config.in @@ -1,13 +1,8 @@ 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 |