summaryrefslogtreecommitdiffstats
path: root/debian/patches/Sort-list-of-AUXLIBS-for-reproducible-builds.patch
blob: 6046dd00f83e1ec891087c632c2168d2a7a25042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?q?Christian_G=C3=B6ttsche?= <cgzones@googlemail.com>
Date: Mon, 1 Jan 2024 19:45:09 +0100
Subject: Sort list of AUXLIBS for reproducible builds

---
 makedefs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makedefs b/makedefs
index d9dc529..2b376b3 100644
--- a/makedefs
+++ b/makedefs
@@ -211,7 +211,7 @@ echo "#----------------------------------------------------------------"
 echo "# Start of summary of user-configurable 'make makefiles' options."
 echo "# CCARGS=$CCARGS"
 echo "# AUXLIBS=$AUXLIBS"
-env | grep '^AUXLIBS_' | sed 's/^/# /'
+env | grep '^AUXLIBS_' | sed 's/^/# /' | LC_ALL=C sort
 echo "# shared=$shared"
 echo "# dynamicmaps=$dynamicmaps"
 echo "# pie=$pie"