]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- added -Os-fail-workaround patch, won't change anything with -O2
authorsparky <sparky@pld-linux.org>
Sun, 6 Feb 2011 19:05:48 +0000 (19:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.891

glibc.spec

index 98ac0690653f663bbe57249e51cd21ae5b513033..4528144efab05721ee364380c51cd35c1cd59327 100644 (file)
@@ -77,6 +77,7 @@ Patch27:      %{name}-i686.patch
 Patch29:       %{name}-arm-alignment-fix.patch
 Patch30:       %{name}-static-glro-init.patch
 Patch31:       %{name}-origin.patch
+Patch32:       %{name}-Os-fail-workaround.patch
 URL:           http://www.gnu.org/software/libc/
 %{?with_selinux:BuildRequires: audit-libs-devel}
 BuildRequires: autoconf
@@ -924,6 +925,7 @@ mv %{name}-ports-%{ports_version} ports
 %patch29 -p1
 %patch30 -p1
 %patch31 -p1
+%patch32 -p1
 
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
This page took 0.502636 seconds and 4 git commands to generate.