mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
fstrace needs -lnsl on Solaris
in order for gethostbyname to be satisfied for util.a, -lnsl is needed Reviewed-on: http://gerrit.openafs.org/146 Reviewed-by: Derrick Brashear <shadow@dementia.org> Verified-by: Derrick Brashear <shadow@dementia.org> Reviewed-by: Russ Allbery <rra@stanford.edu>
This commit is contained in:
parent
2cf12c43c6
commit
07692c44d3
@ -101,7 +101,7 @@ fstrace: fstrace.o
|
|||||||
hp700_ux100 | hp800_ux100 | hp?00_ux10? | hp_ux10? | hp_ux11?) \
|
hp700_ux100 | hp800_ux100 | hp?00_ux10? | hp_ux10? | hp_ux11?) \
|
||||||
${CC} -I${TOP_OBJDIR}/src/config -o fstrace fstrace.o ${TOP_LIBDIR}/libsys.a ${TOP_LIBDIR}/libcmd.a ${TOP_LIBDIR}/util.a ;; \
|
${CC} -I${TOP_OBJDIR}/src/config -o fstrace fstrace.o ${TOP_LIBDIR}/libsys.a ${TOP_LIBDIR}/libcmd.a ${TOP_LIBDIR}/util.a ;; \
|
||||||
* ) \
|
* ) \
|
||||||
${CC} ${CFLAGS} -o fstrace fstrace.o ${TOP_LIBDIR}/libsys.a ${TOP_LIBDIR}/libcmd.a ${TOP_LIBDIR}/util.a ;; \
|
${CC} ${CFLAGS} -o fstrace fstrace.o ${TOP_LIBDIR}/libsys.a ${TOP_LIBDIR}/libcmd.a ${TOP_LIBDIR}/util.a ${XLIBS} ;; \
|
||||||
esac
|
esac
|
||||||
|
|
||||||
cmdebug.o: cmdebug.c ${INCLS} AFS_component_version_number.c
|
cmdebug.o: cmdebug.c ${INCLS} AFS_component_version_number.c
|
||||||
|
Loading…
Reference in New Issue
Block a user