Author: jim
Date: 2006-07-11 00:53:04 -0600 (Tue, 11 Jul 2006)
New Revision: 1963
Added:
trunk/patches/glibc-2.4-mawk_fix-1.patch
Modified:
/
Log:
[EMAIL PROTECTED] (orig r2063): jim | 2006-07-10 23:28:13 -0700
Added: glibc-2.4-mawk_fix-1.patch
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:2061
+ b6734a72-470d-0410-b049-f317dca95413:/:2063
Added: trunk/patches/glibc-2.4-mawk_fix-1.patch
===================================================================
--- trunk/patches/glibc-2.4-mawk_fix-1.patch (rev 0)
+++ trunk/patches/glibc-2.4-mawk_fix-1.patch 2006-07-11 06:53:04 UTC (rev
1963)
@@ -0,0 +1,20 @@
+Submitted By: Jim Gifford <[EMAIL PROTECTED]>
+Date: 2006-07-10
+Initial Package Version: 2.4
+Origin: Various
+Upstream Status: Unknown
+Description: Fixes build if host distro is using mawk.
+ Distro's known to have the issue Debina
+ and Ubuntu
+
+--- glibc-2.4/scripts/gen-sorted.awk.orig 2006-07-10 23:19:03.474223558
-0700
++++ glibc-2.4/scripts/gen-sorted.awk 2006-07-10 23:21:04.175110403 -0700
+@@ -16,7 +16,7 @@
+ {
+ subdir = type = FILENAME;
+ sub(/^.*\//, "", type);
+- sub(/\/[^/]+$/, "", subdir);
++ sub(/\/[^\/]+$/, "", subdir);
+ sub(/^.*\//, "", subdir);
+ thisdir = "";
+ }
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page