From 3051293fe953d607bf05dc8c4d71d19a1eed83e2 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 6 Jan 2004 16:45:10 +0000 Subject: [PATCH] Fix for COMMANDLINE_LIBRARY = EPICS and no LD_LIBRARY_PATH. --- configure/os/CONFIG.Common.solaris-sparc-gnu | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/os/CONFIG.Common.solaris-sparc-gnu b/configure/os/CONFIG.Common.solaris-sparc-gnu index 40fe6a36e..697882f34 100644 --- a/configure/os/CONFIG.Common.solaris-sparc-gnu +++ b/configure/os/CONFIG.Common.solaris-sparc-gnu @@ -14,3 +14,4 @@ include $(CONFIG)/os/CONFIG.Common.solaris-sparc OP_SYS_LDLIBS_8 = -lc OP_SYS_LDLIBS_9 = -lc +OP_SYS_LDFLAGS += -R$(GNU_LIB) -L$(GNU_LIB)