diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-02-06 10:43:19 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-02-06 10:43:19 -0800 |
commit | a1309c2bd0e7469158dfa5dec3334054fad2ed03 (patch) | |
tree | 19d19995e9ec59f3ecf94023aef485f7fc995c32 /sunrpc/Makefile | |
parent | ac9e0e5e401fa634667a8284a0db0ca886bf816b (diff) | |
download | glibc-a1309c2bd0e7469158dfa5dec3334054fad2ed03.tar.gz glibc-a1309c2bd0e7469158dfa5dec3334054fad2ed03.tar.xz glibc-a1309c2bd0e7469158dfa5dec3334054fad2ed03.zip |
Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc.
Diffstat (limited to 'sunrpc/Makefile')
-rw-r--r-- | sunrpc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index b65f2f559a..c29f4a96b8 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -76,6 +76,8 @@ routines := auth_none authuxprot bindrsvprt clnt_raw clnt_simp \ pmap_rmt rpc_prot rpc_common rpc_cmsg svc_auth svc_authux svc_raw \ svc_simple xdr_float xdr_rec publickey authdes_prot \ des_crypt des_impl des_soft key_prot openchild rtime svcauth_des \ + getrpcent getrpcbyname getrpcbynumber \ + getrpcent_r getrpcbyname_r getrpcbynumber_r \ clnt_unix svc_unix create_xid $(need-export-routines) ifneq ($(link-obsolete-rpc),yes) # We only add the RPC for compatibility to libc.so. |