From 81fa76c13200c56a4847a56c98eefc9dd5f7e105 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 20 Nov 2003 21:14:32 +0000 Subject: [PATCH] Needed for building on Solaris 9 --- 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 f8443b3c4..fa0e6bd67 100644 --- a/configure/os/CONFIG.Common.solaris-sparc +++ b/configure/os/CONFIG.Common.solaris-sparc @@ -38,6 +38,7 @@ 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)) # Definitions used when COMMANDLINE_LIBRARY is READLINE