| Summary: | portmap fails to compile | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Kelvin Cheung <keguang.zhang> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | 2010.05 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Kubuntu 9.10 | Target: | armv4 |
| Build: | |||
| Attachments: | Enable libutil by default for uclibc 0.9.31 | ||
|
Description
Kelvin Cheung
2010-04-16 09:29:00 UTC
(In reply to comment #0) I found libutil is disabled in the default configuration (toolchain/uClibc/uClibc-0.9.31.config) ... # UCLIBC_HAS_GETPT is not set # UCLIBC_HAS_LIBUTIL is not set UCLIBC_HAS_TM_EXTENSIONS=y ... Maybe we could enable it by default. Created attachment 1531 [details]
Enable libutil by default for uclibc 0.9.31
Thanks, but this is already done in git since yesterday (see bug #1555) (In reply to comment #3) > Thanks, but this is already done in git since yesterday (see bug #1555) > I updated to the newest version just now. But the libutil is still disabled in the default configuration. (In reply to comment #4) > (In reply to comment #3) > > Thanks, but this is already done in git since yesterday (see bug #1555) > > > > I updated to the newest version just now. > But the libutil is still disabled in the default configuration. Sorry, I mixed up the libresolv / libutil patches - Committed now. |