From 113878e4916cde7bc832d969aafee010422d96fb Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 10 Feb 2004 16:01:45 +0000 Subject: [PATCH] Added -mt option to link lines. --- config/CONFIG.Host.solarisGnu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/CONFIG.Host.solarisGnu b/config/CONFIG.Host.solarisGnu index 31bbc0175..3b3835668 100644 --- a/config/CONFIG.Host.solarisGnu +++ b/config/CONFIG.Host.solarisGnu @@ -37,6 +37,8 @@ SOLARIS_VERSION = $(subst 5.,,$(shell uname -r)) ARCH_DEP_CPPFLAGS += -DSOLARIS=$(SOLARIS_VERSION) POSIX_CPPFLAGS_YES += -D__EXTENSIONS__ +ARCH_DEP_LDFLAGS += -mt + # socket and nsl needed by libca.a ARCH_DEP_LDLIBS += -lsocket -lnsl ARCH_DEP_LDLIBS += -lposix4 -lpthread