From 0b4a32c6bcc1c5a3b5201c437a49cf0042bdef20 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 5 Dec 2002 20:37:36 +0000 Subject: [PATCH] Crun is needed only for solaris 8. --- config/CONFIG.Host.solaris | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/CONFIG.Host.solaris b/config/CONFIG.Host.solaris index ca0ebd501..8f922cfdf 100644 --- a/config/CONFIG.Host.solaris +++ b/config/CONFIG.Host.solaris @@ -75,5 +75,9 @@ ARCH_DEP_LDLIBS += -lsocket -lnsl ARCH_DEP_LDLIBS += -lposix4 -lpthread #Allows R3.13 built extensions to load R3.14 shared libs -SYS_DLL_LIBS_solaris += posix4 pthread Crun +SYS_DLL_LIBS_solaris += posix4 pthread +ifeq ($(subst 5.,,$(shell uname -r)),8) +SYS_DLL_LIBS_solaris += Crun +endif +