[glibc] actually apply the arm linker hack

Dennis Gilmore ausil at fedoraproject.org
Wed Jun 13 02:01:35 UTC 2012


commit ebc13c27b8568b91314f14994e091fe6db3afa6a
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Jun 12 21:01:29 2012 -0500

    actually apply the arm linker hack

 glibc.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index 3e63d27..79478fd 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -28,7 +28,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 11%{?dist}
+Release: 12%{?dist}
 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
 # Things that are linked directly into dynamically linked programs
 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -432,6 +432,8 @@ rm -rf %{glibcportsdir}
 %patch2034 -p1
 %patch2035 -p1
 
+%patch0061 -p1
+
 # On powerpc32, hp timing is only available in power4/power6
 # libs, not in base, so pre-power4 dynamic linker is incompatible
 # with power6 libs.
@@ -1313,6 +1315,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Jun 11 2012 Dennis Gilmore <dennis at ausil.us> - 2.15.90-12
+- actually apply the arm linker hack
+
 * Mon Jun 11 2012 Dennis Gilmore <dennis at ausil.us> - 2.15.90-11
 - only deal with the arm linker compat hack on armhfp arches 
 - armsfp arches do not have a linker change


More information about the scm-commits mailing list