diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-21 20:30:28 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-21 20:30:28 +0200 |
commit | c89b725978616a24e066e6b01030bdd3fc0ab5c0 (patch) | |
tree | c869c538c6d0b7b7c702ef7c24c4c59a89a973b2 /package/netsnmp/Config.in | |
parent | 319a4751c4a3a0209f628a7470a6d8e400d3479d (diff) | |
parent | 52e600ebec9cb571edee8f791da851035ae6b969 (diff) |
Merge branch '2010-05-15-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'package/netsnmp/Config.in')
-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 |