[PATCH] inetd with RPC services support does not compile

Rob Landley rob at landley.net
Sun Nov 6 23:37:54 UTC 2005


On Sunday 06 November 2005 10:09, Yann E. MORIN wrote:
> Hi all!
>
> Busybox: svn (rev 12172).
>
> When configured with RPC support, inetd does not compile against uClibc
> because it can't find 'rpcsvc/nfs_prot.h', which is not provided by uClibc
> (at least neither uClibc-0.9.28 nor uClibc-svn do).
>
> I removed the include entirely, and it compiles OK against both uClibc
> _and_ glibc (glibc-2.3.5).

I'm confirming that allyesconfig compiles against glibc with the #include 
removed, and I'll yank it after that, but keep in mind that I don't use RPC 
(I don't use NFS, is it used for anything else?) and can't imagine why inetd 
would be involved with it.  (I see the #ifdefs.  I don't know what they're 
trying to accomplish.)

Applied.

Rob



More information about the busybox mailing list