From f0a18144aaa49eb3aa37b89b6adcfcb0d0c28038 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Mon, 21 Nov 2005 09:52:38 +0000 Subject: [PATCH] SHRLIB_SEARCH_DIRS -> SHRLIB_SEARCH_FULLPATHDIRS (reflecting changes in the build system) --- configure/os/CONFIG_SITE.Common.hpux-parisc | 4 ++-- configure/os/CONFIG_SITE.Common.linux-x86 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure/os/CONFIG_SITE.Common.hpux-parisc b/configure/os/CONFIG_SITE.Common.hpux-parisc index da4d7d49c..24e282555 100644 --- a/configure/os/CONFIG_SITE.Common.hpux-parisc +++ b/configure/os/CONFIG_SITE.Common.hpux-parisc @@ -10,9 +10,9 @@ # $(INSTALL_LOCATION)/lib/$(EPICS_HOST_ARCH) (or wherever you install # the EPICS shared libraries on your system) when invoking base # executables. -# b) Add the path to SHRLIB_SEARCH_DIRS below, which will burn +# b) Add the path to SHRLIB_SEARCH_FULLPATHDIRS below, which will burn # the runtime search path into the executables. #SHARED_LIBRARIES=YES # This is the absolute path to the generic INSTALL_LOCATION, for SHARED_LIBRARY searches. -SHRLIB_SEARCH_DIRS += /opt/epics/R$(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION)/support/base/$(EPICS_VERSION)-$(EPICS_REVISION)-$(EPICS_MODIFICATION)-$(EPICS_UPDATE_NAME)$(EPICS_UPDATE_LEVEL)/lib/$(EPICS_HOST_ARCH) +SHRLIB_SEARCH_FULLPATHDIRS += /opt/epics/R$(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION)/base/$(EPICS_VERSION)-$(EPICS_REVISION)-$(EPICS_MODIFICATION)-$(EPICS_UPDATE_NAME)$(EPICS_UPDATE_LEVEL)/lib/$(EPICS_HOST_ARCH) diff --git a/configure/os/CONFIG_SITE.Common.linux-x86 b/configure/os/CONFIG_SITE.Common.linux-x86 index 9bc519cb7..9b5dde3b8 100644 --- a/configure/os/CONFIG_SITE.Common.linux-x86 +++ b/configure/os/CONFIG_SITE.Common.linux-x86 @@ -12,7 +12,7 @@ # a) LD_LIBRARY_PATH must include the full absolute pathname to # $(INSTALL_LOCATION)/lib/$(EPICS_HOST_ARCH) when invoking base # executables. -# b) Add the runtime path to SHRLIB_SEARCH_DIRS, which will add +# b) Add the runtime path to SHRLIB_SEARCH_FULLPATHDIRS, which will add # the named directory to the list contained in the executables. # c) Add the runtime path to /etc/ld.so.conf and run ldconfig # to inform the system of the shared library location.