]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- added tests-noproc patch (disable tst-attr1 linuxthreads test - requires /proc)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 5 Jan 2004 12:10:02 +0000 (12:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disabled obsolete string2-pointer-arith patch (for gcc <2.95.4,
  was useless anyway - similar extension usage is used in bits/string.h)

Changed files:
    glibc.spec -> 1.419

glibc.spec

index d0628c71448cbcf9c8603df80073ca29e3996b15..b089266003ca3a6e59ac348add609a1543ba5201 100644 (file)
@@ -78,7 +78,7 @@ Patch1:               %{name}-pl.po-update.patch
 #Patch1:               %{name}-initgroups-overflow.patch -- obsolete (came from upstream)
 Patch2:                %{name}-pld.patch
 Patch3:                %{name}-crypt-blowfish.patch
-Patch4:                %{name}-string2-pointer-arith.patch
+#Patch4:               %{name}-string2-pointer-arith.patch -- obsolete since gcc 2.95.4 or so)
 Patch5:                %{name}-linuxthreads-lock.patch
 Patch6:                %{name}-pthread_create-manpage.patch
 Patch9:                %{name}-paths.patch
@@ -98,6 +98,7 @@ Patch28:      %{name}-fix-asserts.patch
 Patch30:       %{name}-sparc-errno_fix.patch
 Patch31:       %{name}-make.patch
 Patch32:       %{name}-tests-io-tmp.patch
+Patch33:       %{name}-tests-noproc.patch
 URL:           http://www.gnu.org/software/libc/
 BuildRequires: automake
 BuildRequires: binutils >= 2.13.90.0.2
@@ -752,7 +753,6 @@ Statyczne 64-bitowe biblioteki GNU libc.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 %patch5 -p1
 %patch6 -p1
 %patch9 -p1
@@ -770,6 +770,7 @@ Statyczne 64-bitowe biblioteki GNU libc.
 %patch30
 %patch31 -p1
 %patch32 -p1
+%patch33 -p1
 
 chmod +x scripts/cpp
 
This page took 0.083575 seconds and 4 git commands to generate.