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))