clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since 898e550 was 909154a, checked in by Jim Gifford <clfs@…>, 18 years ago |
Added: glibc-2.4-mawk_fix-1.patch
|
-
Property mode
set to
100644
|
File size:
601 bytes
|
Rev | Line | |
---|
[909154a] | 1 | Submitted By: Jim Gifford <jim@linuxfromscratch.org>
|
---|
| 2 | Date: 2006-07-10
|
---|
| 3 | Initial Package Version: 2.4
|
---|
| 4 | Origin: Various
|
---|
| 5 | Upstream Status: Unknown
|
---|
| 6 | Description: Fixes build if host distro is using mawk.
|
---|
| 7 | Distro's known to have the issue Debina
|
---|
| 8 | and Ubuntu
|
---|
| 9 |
|
---|
| 10 | --- glibc-2.4/scripts/gen-sorted.awk.orig 2006-07-10 23:19:03.474223558 -0700
|
---|
| 11 | +++ glibc-2.4/scripts/gen-sorted.awk 2006-07-10 23:21:04.175110403 -0700
|
---|
| 12 | @@ -16,7 +16,7 @@
|
---|
| 13 | {
|
---|
| 14 | subdir = type = FILENAME;
|
---|
| 15 | sub(/^.*\//, "", type);
|
---|
| 16 | - sub(/\/[^/]+$/, "", subdir);
|
---|
| 17 | + sub(/\/[^\/]+$/, "", subdir);
|
---|
| 18 | sub(/^.*\//, "", subdir);
|
---|
| 19 | thisdir = "";
|
---|
| 20 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.