From 448fc10e355260fc73af5c35e28542c71e301671 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 2 Dec 2008 23:45:16 +0000 Subject: [PATCH] Fix link problem Mark Rivers reported. --- configure/os/CONFIG.Common.solaris-sparc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.solaris-sparc b/configure/os/CONFIG.Common.solaris-sparc index c2ccfc8e8..8c75c68d6 100644 --- a/configure/os/CONFIG.Common.solaris-sparc +++ b/configure/os/CONFIG.Common.solaris-sparc @@ -47,6 +47,7 @@ USE_STLPORT=NO OP_SYS_CFLAGS+=$(STLPORT_CFLAGS_$(USE_STLPORT)) OP_SYS_LDFLAGS+=$(STLPORT_CFLAGS_$(USE_STLPORT)) +OP_SYS_LDLIBS += $(STLPORT_LDLIBS_$(USE_STLPORT)) # OS libraries used when generating shared libraries or static binaries OP_SYS_LDLIBS += -lsocket -lnsl @@ -54,7 +55,6 @@ OP_SYS_LDLIBS_8 += -lCrun -lc OP_SYS_LDLIBS_9 += -lumem -lCrun -lc OP_SYS_LDLIBS_10 += -lumem -lCrun -lc OP_SYS_LDLIBS += $(OP_SYS_LDLIBS_$(SOLARIS_VERSION)) -OP_SYS_LDLIBS += $(STLPORT_LDLIBS_$(USE_STLPORT)) # Definitions used when COMMANDLINE_LIBRARY is READLINE READLINE_DIR = $(GNU_DIR)