]> granicus.if.org Git - re2c/commit
Make the build reproducible 258/head
authorChris Lamb <lamby@debian.org>
Tue, 13 Aug 2019 20:52:26 +0000 (13:52 -0700)
committerChris Lamb <lamby@debian.org>
Tue, 13 Aug 2019 20:53:04 +0000 (13:53 -0700)
commita4c0ff1bf81a69284ec8767dacc2ee69d30741f6
treee863f0ea39bc8757bc8fd78bdd038055cc56b7dc
parentf2df7574a9a51eb2549913947cec491b9fa83355
Make the build reproducible

Whilst working on the Reproducible Builds effort [0] we noticed
that re2c could not be built reproducibly.

This is because it used the current build date in the manual page and was
originally filed in Debian as #934697 [1].

This patch uses the SOURCE_DATE_EPOCH [2] environment variable.

 [0] https://reproducible-builds.org/
 [1] https://bugs.debian.org/934697
 [2] https://reproducible-builds.org/specs/source-date-epoch/

Signed-off-by: Chris Lamb <lamby@debian.org>
configure.ac