From dfebaae2cf67c4b948d0a8279641db76192583e9 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 13 Jul 2004 19:25:37 +0000 Subject: [PATCH] Use fullpathdir in rpath directories. --- configure/os/CONFIG.Common.cygwin-x86 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.cygwin-x86 b/configure/os/CONFIG.Common.cygwin-x86 index 4fd877807..c4b130efd 100644 --- a/configure/os/CONFIG.Common.cygwin-x86 +++ b/configure/os/CONFIG.Common.cygwin-x86 @@ -28,7 +28,7 @@ ARCH_DEP_CPPFLAGS += -D_X86_ OP_SYS_CPPFLAGS += -DCYGWIN32 -U_WIN32 # Set runtime path for shared libraries -RUNTIME_LDFLAGS = $(SHRLIB_SEARCH_DIRS:%=-Wl,-rpath,%) +RUNTIME_LDFLAGS = $(SHRLIB_SEARCH_FULLPATHDIRS:%=-Wl,-rpath,%) LDLIBS_READLINE = -lcygreadline5 -lcygcurses7