diff options
Diffstat (limited to 'sunrpc/Makefile')
-rw-r--r-- | sunrpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index da6dffac39..f7c593aab5 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -78,7 +78,8 @@ routines := auth_none authuxprot bindrsvprt clnt_raw clnt_simp \ 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) + clnt_unix svc_unix create_xid $(need-export-routines) \ + rpc_gethostbyname ifneq ($(link-obsolete-rpc),yes) # We only add the RPC for compatibility to libc.so. shared-only-routines = $(routines) |