Bug 2257 - Convert netsnmp package to autotargets
Summary: Convert netsnmp package to autotargets
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 normal
Target Milestone: 2010.08
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-20 18:36 UTC by Gustavo Zacarias
Modified: 2010-07-28 21:38 UTC (History)
1 user (show)

See Also:
Host: i686-linux
Target: arm
Build:


Attachments
Convert netsnmp package to autotargets, take 1 (7.64 KB, patch)
2010-07-20 18:36 UTC, Gustavo Zacarias
Details

Note You need to log in before you can comment on or make changes to this bug.
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.