From 03a5551d93a4da5bedcbc885c6865590e6a3d67e Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 20 Nov 2003 21:24:27 +0000 Subject: [PATCH] Needed to build on Solaris 9. --- config/CONFIG.Host.solaris | 2 ++ config/CONFIG.Host.solarisGnu | 2 ++ configure/os/CONFIG.Common.solaris-x86 | 1 + 3 files changed, 5 insertions(+) diff --git a/config/CONFIG.Host.solaris b/config/CONFIG.Host.solaris index d82ea2991..a626ddc48 100644 --- a/config/CONFIG.Host.solaris +++ b/config/CONFIG.Host.solaris @@ -73,10 +73,12 @@ POSIX_CPPFLAGS_YES += -D__EXTENSIONS__ ARCH_DEP_LDLIBS += -lsocket -lnsl ARCH_DEP_LDLIBS += -lposix4 -lpthread ARCH_DEP_LDLIBS_8 = -lCrun +ARCH_DEP_LDLIBS_9 = -lCrun ARCH_DEP_LDLIBS += $(ARCH_DEP_LDLIBS_$(SOLARIS_VERSION)) #Allows R3.13 built extensions to load R3.14 shared libs SYS_DLL_LIBS_solaris_8 = Crun +SYS_DLL_LIBS_solaris_9 = Crun SYS_DLL_LIBS_solaris += posix4 pthread $(SYS_DLL_LIBS_solaris_$(SOLARIS_VERSION)) # Runtime ldflags diff --git a/config/CONFIG.Host.solarisGnu b/config/CONFIG.Host.solarisGnu index 1d93d2d18..31bbc0175 100644 --- a/config/CONFIG.Host.solarisGnu +++ b/config/CONFIG.Host.solarisGnu @@ -41,10 +41,12 @@ POSIX_CPPFLAGS_YES += -D__EXTENSIONS__ ARCH_DEP_LDLIBS += -lsocket -lnsl ARCH_DEP_LDLIBS += -lposix4 -lpthread ARCH_DEP_LDLIBS_8 = -lCrun +ARCH_DEP_LDLIBS_9 = -lCrun ARCH_DEP_LDLIBS += $(ARCH_DEP_LDLIBS_$(SOLARIS_VERSION)) #Allows R3.13 built extensions to load R3.14 shared libs SYS_DLL_LIBS_solaris_8 = Crun +SYS_DLL_LIBS_solaris_9 = Crun SYS_DLL_LIBS_solaris += posix4 pthread $(SYS_DLL_LIBS_solaris_$(SOLARIS_VERSION)) # Runtime ldflags diff --git a/configure/os/CONFIG.Common.solaris-x86 b/configure/os/CONFIG.Common.solaris-x86 index 20d5c1842..d46356bc8 100644 --- a/configure/os/CONFIG.Common.solaris-x86 +++ b/configure/os/CONFIG.Common.solaris-x86 @@ -39,4 +39,5 @@ endif OP_SYS_LDLIBS += -lsocket -lnsl OP_SYS_LDLIBS_8 += -lCrun -lc -lCstd +OP_SYS_LDLIBS_9 += -lCrun -lc -lCstd OP_SYS_LDLIBS += $(OP_SYS_LDLIBS_$(SOLARIS_VERSION))