From 760de21777b5c8962996714229bc6714add74dec Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 29 Mar 2000 19:07:42 +0000 Subject: [PATCH] Bug fix for arch dep ldlibs. --- config/CONFIG.Host.solaris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/CONFIG.Host.solaris b/config/CONFIG.Host.solaris index 2f45e3c20..edcfebb2c 100644 --- a/config/CONFIG.Host.solaris +++ b/config/CONFIG.Host.solaris @@ -58,5 +58,5 @@ CCC_DEPENDS_FLAG = -xM1 ARCH_DEP_CFLAGS = -DSOLARIS # socket and nsl needed by libca.a ARCH_DEP_LDLIBS = -lsocket -lnsl -ARCH_DEP_LDLIBS += posix4 pthread thread +ARCH_DEP_LDLIBS += -lposix4 -lpthread -lthread