diff options
author | Chris Larson <clarson@kergoth.com> | 2003-12-19 22:31:24 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-12-19 22:31:24 +0000 |
commit | 5496e81f106aefb7ad2e9bed4ee898a1e3f8d9be (patch) | |
tree | d930d5d96991aeb12b53bda5ebc265b86fc7bfa0 /glibc/glibc-2.3.2/glibcbug.patch | |
parent | 4c0bfe156e42601fe75fcdfb6e36d4e6b7197451 (diff) |
Fixups for the glibc build. Install the kernel headers into sys-include in glibc-initial as well as glibc to fix a problem with building an i386-linux crosscompiler. Also import a newer glibc 2.3.2 patchset from debian
's package pool.
BKrev: 3fe37c3cgArHHqFEDVnEZyqfCf4ovQ
Diffstat (limited to 'glibc/glibc-2.3.2/glibcbug.patch')
-rw-r--r-- | glibc/glibc-2.3.2/glibcbug.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/glibc/glibc-2.3.2/glibcbug.patch b/glibc/glibc-2.3.2/glibcbug.patch index e69de29bb2..6005b79dbd 100644 --- a/glibc/glibc-2.3.2/glibcbug.patch +++ b/glibc/glibc-2.3.2/glibcbug.patch @@ -0,0 +1,22 @@ +--- glibcbug.in.orig Fri Jan 11 08:28:28 2002 ++++ glibcbug.in Thu Jan 10 21:32:31 2002 +@@ -99,3 +99,5 @@ + else + EDIT="$VISUAL" + fi ++# Ensure the editor exists ++command -v "$EDIT" > /dev/null 2>&1 || EDIT=sensible-editor + + # Find out some information. + SYSTEM=`( [ -f /bin/uname ] && /bin/uname -a ) || \ +--- glibcbug.in 1999/05/13 10:22:38 1.17 ++++ glibcbug.in 1999/06/02 12:00:43 +@@ -43,7 +43,7 @@ + + BUGADDR=${1-$BUGGLIBC} + +-: ${EDITOR=emacs} ++: ${EDITOR=sensible-editor} + + : ${USER=${LOGNAME-`whoami`}} + |