From bcd604e40bc43b039370b78c8c20d515616107a2 Mon Sep 17 00:00:00 2001 From: Andrew Johnson <anj@aps.anl.gov> Date: Fri, 30 Mar 2012 13:53:45 -0500 Subject: [PATCH] configure: Expand description of the LINKER_USE_RPATH setting --- configure/CONFIG_SITE | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index 7812b0cabf..45f2f59175 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -183,7 +183,9 @@ EPICS_SITE_VERSION = # between the various stages of compilation. GCC_PIPE = NO -# Include RPATH when linking executables and libraries. -# must be either YES or NO -LINKER_USE_RPATH=YES +# Set RPATH when linking executables and libraries. +# Must be either YES or NO. If you set this to NO you must also provide a +# way for Base executables to find their shared libraries when they are +# run at build-time, e.g. set the LD_LIBRARY_PATH environment variable. +LINKER_USE_RPATH = YES -- GitLab