]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-versions.awk_fix.patch
- release 11: rebuild using rpm 4.0.2-46 (to ease install with rpm < 4.0.2-46)
[packages/glibc.git] / glibc-versions.awk_fix.patch
1 diff -Nru glibc-2.1.1/scripts/versions.awk glibc-2.1.1.new/scripts/versions.awk
2 --- glibc-2.1.1/scripts/versions.awk    Mon Feb  8 00:41:03 1999
3 +++ glibc-2.1.1.new/scripts/versions.awk        Wed Jun  9 17:53:45 1999
4 @@ -29,7 +29,7 @@
5    close(defsfile);
6  
7    tmpfile = buildroot "Versions.tmp";
8 -  sort = "sort -n > " tmpfile;
9 +  sort = "LC_ALL=C sort -n > " tmpfile;
10  }
11  
12  # Remove comment lines.
This page took 0.0209 seconds and 3 git commands to generate.