summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 21:02:34 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 21:02:34 (GMT)
commit484b4c47c3e0b5905c61eb536626ab5b098885c7 (patch)
treeced1f2102ce7c569217a5fd7beb1362e1c33e9fd /release_docs
parent362e5d9a10056aa8cbfaf26ea53ec19f37ce4533 (diff)
downloadhdf5-484b4c47c3e0b5905c61eb536626ab5b098885c7.zip
hdf5-484b4c47c3e0b5905c61eb536626ab5b098885c7.tar.gz
hdf5-484b4c47c3e0b5905c61eb536626ab5b098885c7.tar.bz2
[svn-r15011] Purpose: New configure option
Description: The configure option --disable-sharedlib-rpath will disable embedding of the '-Wl,-rpath' information into executables when shared libraries are produced. Tested: kagiso
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 84768d0..735ab44 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -59,8 +59,13 @@ New Features
Libtool 2.2.2 (MAM - 2008/05/01)
- There is a new build command, 'make check-perform', which will
- run the tests in the perform directory. This is an optional step
- after 'make check' in the build process. (MAM - 2008/05/12)
+ run the tests in the perform directory. This is an optional step
+ after 'make check' in the build process. (MAM - 2008/05/12)
+
+ - The new configure option "--disable-sharedlib-rpath" disables
+ embedding the '-Wl,-rpath' information into executables when
+ shared libraries are produced, and instead solely relies on the
+ information in LD_LIBRARY_PATH.
Source code distribution
========================