From 5095c76c67cf9bb7faabff73fb75f7291555a395 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 29 Jun 2007 20:43:47 +0000 Subject: [PATCH] - Fix builds/unix/libtool to not emit rpath into binaries. (#225770) --- freetype.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/freetype.spec b/freetype.spec index 34fd626..60f19eb 100644 --- a/freetype.spec +++ b/freetype.spec @@ -8,7 +8,7 @@ Summary: A free and portable font rendering engine Name: freetype Version: 2.3.4 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD/GPL dual license Group: System Environment/Libraries URL: http://www.freetype.org @@ -98,6 +98,8 @@ popd %build %configure --disable-static +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' builds/unix/libtool +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' builds/unix/libtool make %{?_smp_mflags} %if %{with_xfree86} @@ -208,6 +210,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/ %changelog +* Fri Jun 29 2007 Adam Jackson 2.3.4-4 +- Fix builds/unix/libtool to not emit rpath into binaries. (#225770) + * Thu May 31 2007 Behdad Esfahbod 2.3.4-3 - Add freetype-2.3.4-ttf-overflow.patch