From: Andrew Deason Date: Tue, 23 Nov 2010 18:24:16 +0000 (-0500) Subject: FUSE: Link to afshcrypto and crypt X-Git-Tag: upstream/1.8.0_pre1^2~4446 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=af5599483c5496bfc4ef3332899d1fdb0085c8d3;p=packages%2Fo%2Fopenafs.git FUSE: Link to afshcrypto and crypt afsd.fuse requires -lafshcrypto and -lcrypt, so link to them when linking. Change-Id: Id4bd4caf5e187a1394a62761a1c19caeeeb041cc Reviewed-on: http://gerrit.openafs.org/3362 Reviewed-by: Derrick Brashear Tested-by: BuildBot --- diff --git a/src/afsd/Makefile.in b/src/afsd/Makefile.in index aec07b727..db12c3449 100644 --- a/src/afsd/Makefile.in +++ b/src/afsd/Makefile.in @@ -37,7 +37,8 @@ afsd: afsd.o afsd_kernel.o $(AFSLIBS) $(AFSD_LIBS) LDFLAGS_afsd.fuse = $(AFSD_LDFLAGS) afsd.fuse: afsd_fuse.o $(UAFSLIBS) $(AFSD_LIBS) ${AFS_LDRULE} afsd_fuse.o $(NON_SHARED) \ - $(UAFSLIBS) $(LIB_roken) ${XLIBS} ${FUSE_LIBS} ${AFSD_LIBS} + $(UAFSLIBS) $(LIB_roken) $(LIB_hcrypto) $(LIB_crypt) \ + ${XLIBS} ${FUSE_LIBS} ${AFSD_LIBS} vsys: vsys.o ${AFS_LDRULE} vsys.o ${TOP_LIBDIR}/libsys.a \