| Summary: | rpc: switch to libtirpc | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | zigiria <zigiwifitha> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | major | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
zigiria
2013-05-08 06:17:15 UTC
Static build with glibc is getting more difficult with every new glibc version, because glibc developers don't treat static linking as important. I think it's a WONTFIX bug :( people actually needing Sun RPC support in inetd is pretty rare. i'm guessing the reporter doesn't actually. simply disable that option instead. on the glibc side, rpc support is dead and people should stop using it. the static linking part is immaterial. for busybox, we should convert to using libtirpc as that is where everyone is moving. *** This bug has been marked as a duplicate of bug 4562 *** how to switch rpc to libtirpc ? thanks! |