From: Michael Meffie Date: Mon, 27 Feb 2017 06:40:51 +0000 (-0500) Subject: SOLARIS: update convert from ancient _depends_on X-Git-Tag: upstream/1.8.0_pre2^3~57 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=3893ed397283b0c3605def102004a645a325d476;p=packages%2Fo%2Fopenafs.git SOLARIS: update convert from ancient _depends_on Commit 37db7985fde9e6a5e71ae628d0b7124a27bf31c3 modernized how we declare module dependencies on Solaris 10 and newer. Instead of explicitly specifying recent Solaris version numbers, specify old versions for the old method. This should be more future proof. Thanks to Ben Kaduk for the suggestion. Change-Id: I7b3c90803825e2c0736548b56deb354183e81b15 Reviewed-on: https://gerrit.openafs.org/12529 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk --- diff --git a/src/libafs/MakefileProto.SOLARIS.in b/src/libafs/MakefileProto.SOLARIS.in index 956136c85..c9f936ff3 100644 --- a/src/libafs/MakefileProto.SOLARIS.in +++ b/src/libafs/MakefileProto.SOLARIS.in @@ -56,7 +56,7 @@ CFLAGS=-I. -I.. -I${TOP_OBJDIR}/src/config ${FSINCLUDES} $(DEFINES) $(KDEFS) $(K LDFLAGS=-r -dy -N drv/ip -N drv/udp -N strmod/rpcmod - + LDFLAGS=-r -dy -N drv/ip -N drv/udp -N strmod/rpcmod -N fs/ufs # Name of directory to hold object files and libraries.