From 266adb53f4a85921fdfac0c2dc4959028134c33d Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Mon, 27 Feb 2017 01:40:51 -0500 Subject: [PATCH] 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. Reviewed-on: https://gerrit.openafs.org/12529 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk (cherry picked from commit 3893ed397283b0c3605def102004a645a325d476) Change-Id: Ia187a99033dd07b6b65a017fa20a7435e5d866c0 Reviewed-on: https://gerrit.openafs.org/12533 Tested-by: BuildBot Reviewed-by: Stephan Wiesand --- src/libafs/MakefileProto.SOLARIS.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libafs/MakefileProto.SOLARIS.in b/src/libafs/MakefileProto.SOLARIS.in index c92308a56..121f77d9d 100644 --- a/src/libafs/MakefileProto.SOLARIS.in +++ b/src/libafs/MakefileProto.SOLARIS.in @@ -55,7 +55,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. -- 2.39.5