]> git.pld-linux.org Git - packages/glibc.git/blobdiff - glibc-versions.awk_fix.patch
- added Provides: db*-* to db1 and db2 packages
[packages/glibc.git] / glibc-versions.awk_fix.patch
index 3cfdc6b48d3b05cd2875e6ee5d88bbca335aa1b6..f33b1446bbc31f35b05c9be300a6082321aa2dc8 100644 (file)
@@ -6,7 +6,7 @@ diff -Nru glibc-2.1.1/scripts/versions.awk glibc-2.1.1.new/scripts/versions.awk
  
    tmpfile = buildroot "Versions.tmp";
 -  sort = "sort -n > " tmpfile;
-+  sort = "sort -k 1,2 > " tmpfile;
++  sort = "LC_ALL=C sort -n > " tmpfile;
  }
  
  # Remove comment lines.
This page took 0.02371 seconds and 4 git commands to generate.