[hdf5/f14/master] - Add --disable-sharedlib-rpath

Orion Poplawski orion at fedoraproject.org
Tue Sep 7 16:56:06 UTC 2010


commit a8ada93caacb6408e36d8b3e2c41c445888e593a
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue Sep 7 10:56:10 2010 -0600

    - Add --disable-sharedlib-rpath

 hdf5.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/hdf5.spec b/hdf5.spec
index 9e7674b..48d1745 100644
--- a/hdf5.spec
+++ b/hdf5.spec
@@ -1,7 +1,7 @@
 %define snaprel %{nil}
 Name: hdf5
 Version: 1.8.5.patch1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD
 Group: System Environment/Libraries
@@ -61,6 +61,7 @@ export F9X=gfortran
 export CFLAGS="${RPM_OPT_FLAGS/O2/O0}"
 %configure \
   --disable-dependency-tracking \
+  --disable-sharedlib-rpath \
   --enable-cxx \
   --enable-fortran \
   --enable-hl
@@ -163,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Sep 7 2010 Orion Poplawski <orion at cora.nwra.com> 1.8.5.patch1-2
+- Add --disable-sharedlib-rpath
+
 * Tue Sep 7 2010 Orion Poplawski <orion at cora.nwra.com> 1.8.5.patch1-1
 - Update to 1.8.5-patch1
 


More information about the scm-commits mailing list