From: Andrew Deason Date: Fri, 29 Jun 2012 04:16:33 +0000 (-0500) Subject: viced: fsprobe needs MT_LIBS X-Git-Tag: upstream/1.8.0_pre1^2~2242 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5800b7f23cf04525a6d570f4d97a9842d73a4cb8;p=packages%2Fo%2Fopenafs.git viced: fsprobe needs MT_LIBS fsprobe is built pthreaded, so it needs MT_LIBS; otherwise HP-UX and possibly other platforms complain about missing pthread symbols. Just copy the libs from the fileserver link line. Change-Id: I78e69c9ea45e983e997b1bc1bb59f97ee07c3e2f Reviewed-on: http://gerrit.openafs.org/7609 Tested-by: BuildBot Reviewed-by: Derrick Brashear Reviewed-by: Jeffrey Altman --- diff --git a/src/viced/Makefile.in b/src/viced/Makefile.in index cbaf1694c..f97c8cecf 100644 --- a/src/viced/Makefile.in +++ b/src/viced/Makefile.in @@ -65,7 +65,8 @@ check_sysid: check_sysid.c fsprobe.o: fsprobe.c AFS_component_version_number.c fsprobe: fsprobe.o - $(AFS_LDRULE) fsprobe.o ${LIBS} $(LIB_roken) ${XLIBS} + $(AFS_LDRULE) fsprobe.o \ + ${LIBS} $(LIB_hcrypto) $(LIB_roken) ${MT_LIBS} ${XLIBS} CFLAGS_cbd.o = -DINTERPRET_DUMP cbd.o: callback.c AFS_component_version_number.c