]> git.saurik.com Git - apt.git/blobdiff - buildlib/defaults.mak
tests: apt build-dep actually reports no depends correctly
[apt.git] / buildlib / defaults.mak
index c7931c504ffa75ff2dd19fa8eaf2368ff9ae0282..783cc11b06e8fd1993febf5fb9bd527f4e00d8a4 100644 (file)
@@ -180,3 +180,6 @@ ifndef PARALLEL_RUN
   MAKEFLAGS += -j $(NUM_PROCS)
  endif
 endif
+
+# This makes sorting predictable
+export LC_COLLATE=C.UTF-8