summaryrefslogtreecommitdiffstats
path: root/debian/patches/Sort-list-of-AUXLIBS-for-reproducible-builds.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 19:59:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 19:59:04 +0000
commitcc0cf222a55b518d86e9179ba08c61c298144c61 (patch)
tree98ad9d9c8459e9f7347678bbbaed28fa30739f6e /debian/patches/Sort-list-of-AUXLIBS-for-reproducible-builds.patch
parentAdding upstream version 3.8.5. (diff)
downloadpostfix-cc0cf222a55b518d86e9179ba08c61c298144c61.tar.xz
postfix-cc0cf222a55b518d86e9179ba08c61c298144c61.zip
Adding debian version 3.8.5-1.debian/3.8.5-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/Sort-list-of-AUXLIBS-for-reproducible-builds.patch')
-rw-r--r--debian/patches/Sort-list-of-AUXLIBS-for-reproducible-builds.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/Sort-list-of-AUXLIBS-for-reproducible-builds.patch b/debian/patches/Sort-list-of-AUXLIBS-for-reproducible-builds.patch
new file mode 100644
index 0000000..6046dd0
--- /dev/null
+++ b/debian/patches/Sort-list-of-AUXLIBS-for-reproducible-builds.patch
@@ -0,0 +1,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"