In case anyone is unfamiliar, you can read about reproducible builds here: 
reproducible-builds.org

It looks like Postfix as shipped is very close to being reproducible.  We got 
positive results on reproducibility with the patch below added.  Is this 
something you could include in a future release?

Thanks,

Scott K

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"


_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to