projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use 0llu instead of 0ull in one place too
[apt.git]
/
buildlib
/
defaults.mak
diff --git
a/buildlib/defaults.mak
b/buildlib/defaults.mak
index c7931c504ffa75ff2dd19fa8eaf2368ff9ae0282..783cc11b06e8fd1993febf5fb9bd527f4e00d8a4 100644
(file)
--- a/
buildlib/defaults.mak
+++ b/
buildlib/defaults.mak
@@
-180,3
+180,6
@@
ifndef PARALLEL_RUN
MAKEFLAGS += -j $(NUM_PROCS)
endif
endif
+
+# This makes sorting predictable
+export LC_COLLATE=C.UTF-8