From c23cb75b21062f69fc67155b76bdbb46b8c38977 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Thu, 12 Aug 2004 16:57:06 +0000 Subject: [PATCH] Install name must be absolute path. --- configure/os/CONFIG.darwin-ppc.darwin-ppc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.darwin-ppc.darwin-ppc b/configure/os/CONFIG.darwin-ppc.darwin-ppc index 58c6102f1..70e02ed73 100644 --- a/configure/os/CONFIG.darwin-ppc.darwin-ppc +++ b/configure/os/CONFIG.darwin-ppc.darwin-ppc @@ -18,7 +18,7 @@ CCC = $(GNU_BIN)/c++ # Darwin shared libraries # SHRLIB_LDFLAGS = -dynamiclib -flat_namespace -undefined suppress \ - -install_name $(firstword $(SHRLIB_SEARCH_DIRS))/$@ \ + -install_name $(firstword $(SHRLIB_SEARCH_FULLPATHDIRS))/$@ \ -compatibility_version $(EPICS_VERSION).$(EPICS_REVISION) \ -current_version $(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION) SHRLIB_SUFFIX = .$(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION).dylib