summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 21:08:23 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 21:08:23 (GMT)
commit134ec13cdc933b5342c3d5fd8ca2ef5663af0df8 (patch)
tree3fa974c2b887a851a5f9380b0ab20fba62108b11 /release_docs
parent89276c0f7ec82073e168d25427b9fdbe90e273e9 (diff)
downloadhdf5-134ec13cdc933b5342c3d5fd8ca2ef5663af0df8.zip
hdf5-134ec13cdc933b5342c3d5fd8ca2ef5663af0df8.tar.gz
hdf5-134ec13cdc933b5342c3d5fd8ca2ef5663af0df8.tar.bz2
[svn-r15012] 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 c214f62..ff8e0c3 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -44,8 +44,13 @@ New Features
Libtool 2.2.2 (MAM - 2008/05/05)
- There is a new build command, 'make check-perform', which will
- run the tests in the perform directory. This is an optional step
- afer 'make check' in the build process. (MAM - 2008/05/12)
+ run the tests in the perform directory. This is an optional step
+ afer '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. (MAM - 2008/05/15)
Library:
--------