- Remove rpaths (fix BZ#487823).

This commit is contained in:
Miloš Jakubíček 2009-03-07 18:23:49 +00:00
parent 6005ee0c04
commit b370fae85d

View File

@ -1,7 +1,7 @@
Summary: The GNU Scientific Library for numerical analysis
Name: gsl
Version: 1.11
Release: 4%{?dist}
Release: 5%{?dist}
URL: http://www.gnu.org/software/gsl/
Source: ftp://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz
Patch0: gsl-1.10-lib64.patch
@ -46,6 +46,8 @@ mv THANKS.aux THANKS
%build
%configure CFLAGS="$CFLAGS -fgnu89-inline"
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%install
@ -98,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a
%changelog
* Sat Mar 07 2009 Milos Jakubicek <xjakub@fi.muni.cz> - 1.11-5
- Remove rpaths (fix BZ#487823).
* Tue Sep 16 2008 Ivana Varekova <varekova@redhat.com> - 1.11-4
- Resolves: #462369 - remove %%{_datadir}/aclocal
- add automake dependency