Magellan Linux

Annotation of /trunk/glibc/patches/glibc-2.14-reexport-rpc-interface.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1806 - (hide annotations) (download)
Tue Jun 12 12:33:27 2012 UTC (11 years, 11 months ago) by niro
File size: 1291 byte(s)
-added patches for 2.15-r1
1 niro 1806 diff --git a/include/libc-symbols.h b/include/libc-symbols.h
2     index 67e1ca2..5e7cca5 100644
3     --- a/include/libc-symbols.h
4     +++ b/include/libc-symbols.h
5     @@ -635,7 +635,7 @@ for linking")
6     # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs)
7     # define libc_hidden_def(name) hidden_def (name)
8     # define libc_hidden_weak(name) hidden_weak (name)
9     -# define libc_hidden_nolink(name, version) hidden_nolink (name, libc, version)
10     +# define libc_hidden_nolink(name, version) hidden_def (name)
11     # define libc_hidden_ver(local, name) hidden_ver (local, name)
12     # define libc_hidden_data_def(name) hidden_data_def (name)
13     # define libc_hidden_data_weak(name) hidden_data_weak (name)
14     diff --git a/sunrpc/Makefile b/sunrpc/Makefile
15     index 5134ce9..40c73d1 100644
16     --- a/sunrpc/Makefile
17     +++ b/sunrpc/Makefile
18     @@ -53,7 +53,7 @@ headers-in-tirpc = $(addprefix rpc/,auth.h auth_unix.h clnt.h pmap_clnt.h \
19     des_crypt.h)
20     headers-not-in-tirpc = $(addprefix rpc/,key_prot.h rpc_des.h) \
21     $(rpcsvc:%=rpcsvc/%) rpcsvc/bootparam.h
22     -headers = rpc/netdb.h
23     +headers = rpc/netdb.h $(headers-in-tirpc) $(headers-not-in-tirpc)
24     install-others = $(inst_sysconfdir)/rpc
25     generated = $(rpcsvc:%.x=rpcsvc/%.h) $(rpcsvc:%.x=x%.c) $(rpcsvc:%.x=x%.stmp) \
26     $(rpcsvc:%.x=rpcsvc/%.stmp) rpcgen