Browse Source

fake:

added two glibc patches needed to fix build on arm


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2362 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
fake 21 years ago
parent
commit
a2b3dc929f
2 changed files with 21 additions and 0 deletions
  1. +10
    -0
      package/base/glibc23/glibc-2.3-arm-eisa.patch
  2. +11
    -0
      package/base/glibc23/output-format-nobug.patch.arm

+ 10
- 0
package/base/glibc23/glibc-2.3-arm-eisa.patch

@ -0,0 +1,10 @@
--- glibc-2.3.1/sysdeps/unix/sysv/linux/arm/ioperm.c.orig 2002-11-18 17:07:57.000000000 +0100
+++ glibc-2.3.1/sysdeps/unix/sysv/linux/arm/ioperm.c 2002-11-18 17:02:17.000000000 +0100
@@ -43,6 +43,7 @@
#include <sys/types.h>
#include <sys/mman.h>
+#include <linux/input.h>
#include <asm/page.h>
#include <sys/sysctl.h>

+ 11
- 0
package/base/glibc23/output-format-nobug.patch.arm

@ -0,0 +1,11 @@
--- ./scripts/output-format.sed.orig 30 Jan 2004 20:06:13 -0000
+++ ./scripts/output-format.sed 30 Jan 2004 20:08:10 -0000
@@ -18,7 +18,7 @@
s/\n//
s/^\([^,]*\),\([^,]*\),B/OUTPUT_FORMAT(\1)/p
s/^\([^,]*\),\([^,]*\),L/OUTPUT_FORMAT(\2)/p
-/,/s|^|*** BUG in libc/scripts/output-format.sed *** |p
+/,/Q
q
: q
s/"//g

Loading…
Cancel
Save