From 4ad9f054212b109bbe592fbedc5d6d46ee920d7e Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 14 Nov 2006 20:18:26 +0000 Subject: [PATCH] Added OP_SYS_LDLIBS definition for solaris 10. --- configure/os/CONFIG.Common.solaris-sparc | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/os/CONFIG.Common.solaris-sparc b/configure/os/CONFIG.Common.solaris-sparc index 59bb36278..ce2427b59 100644 --- a/configure/os/CONFIG.Common.solaris-sparc +++ b/configure/os/CONFIG.Common.solaris-sparc @@ -36,6 +36,7 @@ GNU_TARGET=sparc-sun-solaris2 OP_SYS_LDLIBS += -lsocket -lnsl OP_SYS_LDLIBS_8 += -lCrun -lc -lCstd OP_SYS_LDLIBS_9 += -lCrun -lc -lCstd +OP_SYS_LDLIBS_10 += -lCrun -lc -lCstd OP_SYS_LDLIBS += $(OP_SYS_LDLIBS_$(SOLARIS_VERSION)) # Definitions used when COMMANDLINE_LIBRARY is READLINE