From afd785354a0fab6506ab21dd210adcb69d759c0e Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 30 Apr 2004 16:01:04 +0000 Subject: [PATCH] Used fullpath name from SHRLIB_SEARCH_FULLPATHDIRS. --- configure/os/CONFIG.Common.linux-x86 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.linux-x86 b/configure/os/CONFIG.Common.linux-x86 index 9331f8d46..07417d7e8 100644 --- a/configure/os/CONFIG.Common.linux-x86 +++ b/configure/os/CONFIG.Common.linux-x86 @@ -27,7 +27,7 @@ OP_SYS_LDLIBS += -lrt ARCH_DEP_CPPFLAGS += -D_X86_ # Set runtime path for shared libraries -RUNTIME_LDFLAGS = $(SHRLIB_SEARCH_DIRS:%=-Wl,-rpath,%) +RUNTIME_LDFLAGS = $(SHRLIB_SEARCH_FULLPATHDIRS:%=-Wl,-rpath,%) ifeq ($(BUILD_CLASS),CROSS) ifeq ($(EPICS_HOST_ARCH),linux-x86)