glibc/sunrpc
Mike Frysinger fb21f89b75 sunrpc: fix rpc bootstrap builds
If you build & install glibc w/rpc disabled, you no longer have headers in
/usr/include/rpc/ (this is expected).  But if you try to build glibc w/rpc
enabled, this gets into a bad state due to the new rpc helpers that get
cross-compiled:

$ make
...
x86_64-pc-linux-gnu-gcc -m32   -D_RPC_THREAD_SAFE_ -D_GNU_SOURCE -DIS_IN_build \
	-include $objdir/config.h rpc_clntout.c -o $objdir/sunrpc/cross-rpc_clntout.o \
	-MMD -MP -MF $objdir/sunrpc/cross-rpc_clntout.o.dt -MT $objdir/sunrpc/cross-rpc_clntout.o -c
rpc_clntout.c:34:23: fatal error: rpc/types.h: No such file or directory
compilation terminated.
make: *** [$objdir/sunrpc/cross-rpc_clntout.o] Error 1

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-07-06 00:37:42 -04:00
..
rpc Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
rpcsvc Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
Makefile Fix dependency tracking on cross-rpcgen-objs 2012-05-16 14:09:23 +02:00
Versions Remove duplicate version of pmap_getport from NIS code. 2010-09-01 04:12:55 -07:00
auth_des.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
auth_none.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
auth_unix.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
authdes_prot.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
authuxprot.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
bindrsvprt.c Once again change RPC copyright notices. 2010-08-19 10:38:55 -07:00
clnt_gen.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
clnt_perr.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
clnt_raw.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
clnt_simp.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
clnt_tcp.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
clnt_udp.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
clnt_unix.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
create_xid.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
des_crypt.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
des_impl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
des_soft.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
etc.rpc Update. 2001-08-30 08:27:57 +00:00
get_myaddr.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
getrpcport.c Once again change RPC copyright notices. 2010-08-19 10:38:55 -07:00
key_call.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
key_prot.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
netname.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
openchild.c Remove use of INTDEF/INTUSE in libio 2012-05-24 23:06:20 +02:00
pm_getmaps.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
pm_getport.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
pmap_clnt.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
pmap_prot.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
pmap_prot2.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
pmap_rmt.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
proto.h Build rpcgen-generated files when cross compiling. 2012-05-10 17:08:40 +00:00
publickey.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
rpc_clntout.c sunrpc: fix rpc bootstrap builds 2012-07-06 00:37:42 -04:00
rpc_cmsg.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
rpc_common.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
rpc_cout.c Remove __GNU_LIBRARY__ conditionals from rpcgen. 2012-03-09 22:46:12 +00:00
rpc_dtable.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
rpc_hout.c Once again change RPC copyright notices. 2010-08-19 10:38:55 -07:00
rpc_main.c Remove __GNU_LIBRARY__ conditionals from rpcgen. 2012-03-09 22:46:12 +00:00
rpc_parse.c Once again change RPC copyright notices. 2010-08-19 10:38:55 -07:00
rpc_parse.h Avoid nested comment. 2010-08-24 11:56:51 -07:00
rpc_prot.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
rpc_sample.c Once again change RPC copyright notices. 2010-08-19 10:38:55 -07:00
rpc_scan.c Once again change RPC copyright notices. 2010-08-19 10:38:55 -07:00
rpc_scan.h Once again change RPC copyright notices. 2010-08-19 10:38:55 -07:00
rpc_svcout.c Remove __GNU_LIBRARY__ conditionals from rpcgen. 2012-03-09 22:46:12 +00:00
rpc_tblout.c Once again change RPC copyright notices. 2010-08-19 10:38:55 -07:00
rpc_thread.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
rpc_util.c Once again change RPC copyright notices. 2010-08-19 10:38:55 -07:00
rpc_util.h Once again change RPC copyright notices. 2010-08-19 10:38:55 -07:00
rpcgen.c Use standard build rule to build rpcgen. 2012-03-10 00:56:21 +00:00
rpcinfo.c Once again change RPC copyright notices. 2010-08-19 10:38:55 -07:00
rtime.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
svc.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
svc_auth.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
svc_authux.c Obsolete RPC implementation in libc. 2011-04-16 21:59:36 -04:00
svc_raw.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
svc_run.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
svc_simple.c Fix sunrpc static library 2012-05-21 21:34:54 +02:00
svc_tcp.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
svc_udp.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
svc_unix.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
svcauth_des.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
thrsvc.c Update. 2002-10-14 18:10:15 +00:00
tst-getmyaddr.c Update. 2004-09-28 23:08:14 +00:00
tst-xdrmem.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
tst-xdrmem2.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
xcrypt.c Fix sunrpc static library 2012-05-21 21:34:54 +02:00
xdr.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
xdr_array.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
xdr_float.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
xdr_intXX_t.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
xdr_mem.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
xdr_rec.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
xdr_ref.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
xdr_sizeof.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
xdr_stdio.c Remove use of INTDEF/INTUSE in libio 2012-05-24 23:06:20 +02:00