From: Andrew Deason Date: Fri, 29 Jun 2012 04:16:33 +0000 (-0500) Subject: viced: fsprobe needs MT_LIBS X-Git-Tag: openafs-stable-1_8_0pre1~2242 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=5800b7f23cf04525a6d570f4d97a9842d73a4cb8 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 cbaf169..f97c8ce 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