Skip to content
Snippets Groups Projects
Commit bcd604e4 authored by Andrew Johnson's avatar Andrew Johnson
Browse files

configure: Expand description of the LINKER_USE_RPATH setting

parent dffe2038
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment