From f6d7a4b426f55db366113bbdda4da71570310410 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Wed, 25 Jul 2012 16:08:41 -0500 Subject: [PATCH] afsd: More pthreads damage We need MT_LIBS for -lpthread and such. HP-UX needs this, and probably other platforms; otherwise we complain about missing pthreads symbols. Change-Id: If7486cabfc20ef4238087f0285c25d9f8602703a Reviewed-on: http://gerrit.openafs.org/7880 Tested-by: BuildBot Tested-by: Andrew Deason Reviewed-by: Derrick Brashear --- src/afsd/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/afsd/Makefile.in b/src/afsd/Makefile.in index 9925db83b..a7e66ab6d 100644 --- a/src/afsd/Makefile.in +++ b/src/afsd/Makefile.in @@ -34,17 +34,17 @@ FUSE_LIBS=@FUSE_LIBS@ LDFLAGS_afsd = $(AFSD_LDFLAGS) afsd: afsd.o afsd_kernel.o $(AFSLIBS) $(AFSD_LIBS) ${AFS_LDRULE} afsd.o afsd_kernel.o $(NON_SHARED) \ - $(AFSLIBS) ${AFSD_LIBS} $(LIB_roken) $(XLIBS) + $(AFSLIBS) ${AFSD_LIBS} $(LIB_roken) $(MT_LIBS) $(XLIBS) LDFLAGS_afsd.fuse = $(AFSD_LDFLAGS) afsd.fuse: afsd_fuse.o $(UAFSLIBS) $(AFSD_LIBS) ${AFS_LDRULE} afsd_fuse.o $(NON_SHARED) \ - $(UAFSLIBS) $(LIB_hcrypto) $(LIB_roken) $(LIB_crypt) \ + $(UAFSLIBS) $(LIB_hcrypto) $(LIB_roken) $(MT_LIBS) $(LIB_crypt) \ ${XLIBS} ${FUSE_LIBS} ${AFSD_LIBS} vsys: vsys.o ${AFS_LDRULE} vsys.o ${TOP_LIBDIR}/libsys.a \ - $(LIB_roken) ${XLIBS} + $(LIB_roken) $(MT_LIBS) ${XLIBS} # # Objects -- 2.39.5