rpms/freetype/devel freetype.spec,1.55,1.56

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Fri Jun 29 20:44:23 UTC 2007


Author: ajax

Update of /cvs/pkgs/rpms/freetype/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4206

Modified Files:
	freetype.spec 
Log Message:
* Fri Jun 29 2007 Adam Jackson <ajax at redhat.com> 2.3.4-4
- Fix builds/unix/libtool to not emit rpath into binaries. (#225770)



Index: freetype.spec
===================================================================
RCS file: /cvs/pkgs/rpms/freetype/devel/freetype.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- freetype.spec	31 May 2007 20:42:50 -0000	1.55
+++ freetype.spec	29 Jun 2007 20:43:47 -0000	1.56
@@ -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 @@
 %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 @@
 %{_libdir}/pkgconfig/
 
 %changelog
+* Fri Jun 29 2007 Adam Jackson <ajax at redhat.com> 2.3.4-4
+- Fix builds/unix/libtool to not emit rpath into binaries. (#225770)
+
 * Thu May 31 2007 Behdad Esfahbod <besfahbo at redhat.com> 2.3.4-3
 - Add freetype-2.3.4-ttf-overflow.patch
 




More information about the fedora-extras-commits mailing list