[Bug 4562] need to link against libtirpc with FEATURE_MOUNT_NFS and glibc-2.14+

bugzilla at busybox.net bugzilla at busybox.net
Fri Dec 6 02:13:40 UTC 2013


https://bugs.busybox.net/show_bug.cgi?id=4562

--- Comment #4 from Mike Frysinger <vapier at gentoo.org> 2013-12-06 02:13:39 UTC ---
to clarify for people, there's two ways to fix this:
- disable the rpc settings in your busybox config.  there's only like two ...
one for inetd, and one for mount for supporting nfs.  the latter isn't even
really needed to mount nfs if you don't mind disabling some nfs mount features.
- manually link against libtirpc yourself

the issue is that newer glibc has been removing rpc functionality (which is
good because this stuff is old and doesn't support things like IPv6).  but
busybox needs to support linking against the libtirpc package (via pkg-config)
so that it gets the newer maintained library, and one that works :).

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list