diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:44:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:44:12 +0000 |
commit | b08c6c27eea5250c588a2d9df627265c727eae5c (patch) | |
tree | bfb17dd9ffcb037426633f06a2a0532878444870 /debian/patches/reproducible | |
parent | Releasing progress-linux version 3.9.0-1~progress7.99u1. (diff) | |
download | postfix-b08c6c27eea5250c588a2d9df627265c727eae5c.tar.xz postfix-b08c6c27eea5250c588a2d9df627265c727eae5c.zip |
Merging debian version 3.9.0-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/reproducible')
-rw-r--r-- | debian/patches/reproducible | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/reproducible b/debian/patches/reproducible new file mode 100644 index 0000000..846292c --- /dev/null +++ b/debian/patches/reproducible @@ -0,0 +1,13 @@ +Index: postfix/makedefs +=================================================================== +--- postfix.orig/makedefs ++++ postfix/makedefs +@@ -215,7 +215,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" |