Bug fix for arch dep ldlibs.

This commit is contained in:
Janet B. Anderson
2000-03-29 19:07:42 +00:00
parent 0a21339f99
commit 760de21777
+1 -1
View File
@@ -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