From 86bb510924719d603767e39bf8da15916d791d23 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: May 24 2010 21:13:08 +0000 Subject: disable rpath, rebuild for non-static libxslt --- diff --git a/q.spec b/q.spec index ea6ddbf..98530e7 100644 --- a/q.spec +++ b/q.spec @@ -1,6 +1,6 @@ Name: q Version: 7.11 -Release: 6.1%{?dist} +Release: 7%{?dist} Summary: Equational programming language Group: Development/Languages @@ -109,6 +109,8 @@ chmod +x %{__find_provides} %build %configure --with-unicode --with-rl="-lreadline -lncurses" --with-dxl="-lDX -lDXL" --with-magick="`pkg-config ImageMagick --libs`" --with-magick-includes="`pkg-config ImageMagick --cflags`" +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 # %{?_smp_mflags} breaks the build make @@ -195,6 +197,10 @@ fi %changelog +* Mon May 24 2010 Tom "spot" Callaway - 7.11-7 +- disable rpath +- rebuild for non-static libxslt + * Wed Mar 24 2010 Mike McGrath - 7.11-6.1 - Rebuilt for broken dep