From b370fae85daa41a000e69a20905d35e9e65fc51e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Jakub=C3=AD=C4=8Dek?= Date: Sat, 7 Mar 2009 18:23:49 +0000 Subject: [PATCH] - Remove rpaths (fix BZ#487823). --- gsl.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gsl.spec b/gsl.spec index 34f9a92..1c3971f 100644 --- a/gsl.spec +++ b/gsl.spec @@ -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 - 1.11-5 +- Remove rpaths (fix BZ#487823). + * Tue Sep 16 2008 Ivana Varekova - 1.11-4 - Resolves: #462369 - remove %%{_datadir}/aclocal - add automake dependency