Bug 2257

Summary: Convert netsnmp package to autotargets
Product: buildroot Reporter: Gustavo Zacarias <gustavo>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: 2010.08   
Hardware: PC   
OS: Linux   
Host: i686-linux Target: arm
Build:
Attachments: Convert netsnmp package to autotargets, take 1

Description Gustavo Zacarias 2010-07-20 18:36:41 UTC
Created attachment 2257 [details]
Convert netsnmp package to autotargets, take 1

Convert netsnmp package to autotargets:

* Enabled external toolchain builds, worked for me (built, not run) with ct-ng (glibc).
* Install into staging for packages that might use it (tested with collectd, not yet in BR).
* Ditched IPX transport, dunno if that still works and very likely irrelevant.
* Disabled ucd-snmp compatibility for size reasons, no package in BR links to net-snmp so nothing to preserve there. Collectd links and works fine without the compat bits.
* No need to do magic with the transport, it's autodetected.
* Ditched a lot of unnecessary configure options that are defaults.

Give it a nice spin and report back please, specially those who love external toolchains.