]> granicus.if.org Git - libtirpc/commitdiff
Include des_crypt in build
authorMike Frysinger <vapier@gentoo.org>
Wed, 9 Feb 2011 15:13:19 +0000 (10:13 -0500)
committerSteve Dickson <steved@redhat.com>
Wed, 9 Feb 2011 15:13:19 +0000 (10:13 -0500)
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.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Steve Dickson <steved@redhat.com>
src/Makefile.am

index 6731ff99fd27974701b531d2b61247defd041491..7ee8cbc852a57bc871931b64ba5c6368cd569482 100644 (file)
@@ -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_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
+        auth_time.c auth_des.c authdes_prot.c des_crypt.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