From 07efaf574f423a232227ab7ce655452a6213a71c Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 19 Nov 2012 12:39:50 +0000 Subject: Remove des_crypt.c and crypt_client.c from build These produce linker errors further down the line. They were introduced with the following commit message: Some C libraries (like glibc) provide cbc_crypt and ecb_crypt and friends, but others may not. So build the local des_crypt.c file that is already in libtirpc. As Baserock uses eglibc, we have no need for the files in any case. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 3d9c9ea..66350f5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,7 +50,7 @@ libtirpc_la_SOURCES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c cln rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \ rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_auth_none.c \ svc_generic.c svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \ - auth_time.c auth_des.c authdes_prot.c des_crypt.c crypt_client.c + auth_time.c auth_des.c authdes_prot.c ## XDR libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c -- cgit v1.2.1