﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2965	Restore nis and rpc headers in glibc	bdubbs@…	Matthew Burgess	"There are several programs in BLFS that are broken due to glibc removing nis/rpc headers from the default install.  We need to add:

{{{
mkdir /usr/include/rpc{,svc}
cp sunrpc/rpc/*.h /usr/include/rpc
cp sunrpc/rpcsvc/*.h /usr/include/rpcsvc
cp nis/rpcsvc/*.h /usr/include/rpcsvc
}}}

to the glibc instructions.

See 
http://linuxfromscratch.org/pipermail/blfs-dev/2011-November/021354.html

Another option is to use the patches found by William:
http://linuxfromscratch.org/pipermail/blfs-support/2011-August/068617.html
"	defect	closed	normal	7.1	Book	SVN	normal	fixed		
