summaryrefslogtreecommitdiffstats
path: root/debian/patches/Sort-list-of-AUXLIBS-for-reproducible-builds.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/patches/Sort-list-of-AUXLIBS-for-reproducible-builds.patch31
1 files changed, 0 insertions, 31 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
deleted file mode 100644
index 3532879..0000000
--- a/debian/patches/Sort-list-of-AUXLIBS-for-reproducible-builds.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-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
-
-Forwarded: https://www.mail-archive.com/postfix-users@postfix.org/msg101292.html
----
- makedefs | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: postfix/makedefs
-===================================================================
---- postfix.orig/makedefs
-+++ postfix/makedefs
-@@ -184,6 +184,8 @@
- # New York, NY 10011, USA
- #--
-
-+LC_ALL=C; export LC_ALL
-+
- # By now all shells must have functions.
-
- error() {
-@@ -211,7 +213,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/^/# /' | sort
- echo "# shared=$shared"
- echo "# dynamicmaps=$dynamicmaps"
- echo "# pie=$pie"