Skip to content
Snippets Groups Projects
Commit 437d44b2 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Add patch for reproducible build

parent edea5c2c
No related branches found
No related tags found
No related merge requests found
Description: Make the build reproducible
Author: Chris Lamb <lamby@debian.org>
Last-Update: 2018-02-05
--- mailman-2.1.26.orig/configure.in
+++ mailman-2.1.26/configure.in
@@ -25,7 +25,7 @@ AC_PREFIX_DEFAULT(/usr/local/mailman)
CONFIGURE_OPTS=`echo $@`
AC_SUBST(CONFIGURE_OPTS)
-BUILD_DATE=`date`
+BUILD_DATE=`LC_ALL=C date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}"`
AC_SUBST(BUILD_DATE)
# Check for Python! Better be found on $PATH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment