wok diff glibc/stuff/glibc-2.14-reexport-rpc-interface.patch @ rev 14909
slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Aug 05 11:40:01 2013 +0300 (2013-08-05) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/glibc/stuff/glibc-2.14-reexport-rpc-interface.patch Mon Aug 05 11:40:01 2013 +0300 1.3 @@ -0,0 +1,26 @@ 1.4 +diff --git a/include/libc-symbols.h b/include/libc-symbols.h 1.5 +index 67e1ca2..5e7cca5 100644 1.6 +--- a/include/libc-symbols.h 1.7 ++++ b/include/libc-symbols.h 1.8 +@@ -635,7 +635,7 @@ for linking") 1.9 + # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) 1.10 + # define libc_hidden_def(name) hidden_def (name) 1.11 + # define libc_hidden_weak(name) hidden_weak (name) 1.12 +-# define libc_hidden_nolink(name, version) hidden_nolink (name, libc, version) 1.13 ++# define libc_hidden_nolink(name, version) hidden_def (name) 1.14 + # define libc_hidden_ver(local, name) hidden_ver (local, name) 1.15 + # define libc_hidden_data_def(name) hidden_data_def (name) 1.16 + # define libc_hidden_data_weak(name) hidden_data_weak (name) 1.17 +diff --git a/sunrpc/Makefile b/sunrpc/Makefile 1.18 +index 5134ce9..40c73d1 100644 1.19 +--- a/sunrpc/Makefile 1.20 ++++ b/sunrpc/Makefile 1.21 +@@ -53,7 +53,7 @@ headers-in-tirpc = $(addprefix rpc/,auth.h auth_unix.h clnt.h pmap_clnt.h \ 1.22 + des_crypt.h) 1.23 + headers-not-in-tirpc = $(addprefix rpc/,key_prot.h rpc_des.h) \ 1.24 + $(rpcsvc:%=rpcsvc/%) rpcsvc/bootparam.h 1.25 +-headers = rpc/netdb.h 1.26 ++headers = rpc/netdb.h $(headers-in-tirpc) $(headers-not-in-tirpc) 1.27 + install-others = $(inst_sysconfdir)/rpc 1.28 + generated = $(rpcsvc:%.x=rpcsvc/%.h) $(rpcsvc:%.x=x%.c) $(rpcsvc:%.x=x%.stmp) \ 1.29 + $(rpcsvc:%.x=rpcsvc/%.stmp) rpcgen