]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- gcc 3.4 patch removed. auto/ac/glibc-2_3_4-0_20040422_1
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 23 Apr 2004 10:06:02 +0000 (10:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- i786 fixes.

Changed files:
    glibc.spec -> 1.468

glibc.spec

index 45b819ac99b629189f3efd7ecb453415faca9d0f..fdad8a81711c404c1bfbc35d935973b78b0fd5b8 100644 (file)
@@ -98,7 +98,6 @@ Patch20:      %{name}-tests-noproc.patch
 Patch21:       %{name}-linuxthreads-ppc-fix.patch
 Patch23:       %{name}-new-charsets.patch
 Patch26:       %{name}-sr_CS.patch
-Patch27:       %{name}-gcc34.patch
 # PaX
 Patch30:       %{name}-pax_iconvconfig.patch
 Patch31:       %{name}-pax_dl-execstack.patch
@@ -782,7 +781,6 @@ Statyczne 64-bitowe biblioteki GNU libc.
 %patch21 -p1
 #%patch23 -p1
 %patch26 -p1
-%patch27 -p1
 
 %patch30 -p1
 %patch31 -p1
@@ -795,6 +793,10 @@ cp /usr/share/automake/config.sub .
 cp /usr/share/automake/config.sub scripts
 %{__aclocal}
 %{__autoconf}
+# i786 (aka pentium4) hack
+cd nptl/sysdeps/i386 && ln -sf i686 i786 && cd -
+cd nptl/sysdeps/unix/sysv/linux/i386 && ln -sf i686 i786 && cd -
+#
 [ -d builddir ] || mkdir builddir
 cd builddir
 # avoid stripping ld.so by -s in rpmldflags
This page took 0.073206 seconds and 4 git commands to generate.