summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-10-02 22:05:48 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-03 07:55:42 +0200
commit694e011165d15e97645addfc6d860e1e993493ed (patch)
tree93321650454c337520bf70e8c7d1c895696f7be8
parentef4877104dce8a43c08eb6217abaf3155b78dbf1 (diff)
downloadptxdist-694e011165d15e97645addfc6d860e1e993493ed.tar.gz
ptxdist-694e011165d15e97645addfc6d860e1e993493ed.tar.xz
libjpeg: make it more reproducible
Without this, the current date is built into libjpeg. Note: the --with-build-date exists but does not show up in 'configure --help'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libjpeg.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/libjpeg.make b/rules/libjpeg.make
index 19a5e6e10..fc67e50b9 100644
--- a/rules/libjpeg.make
+++ b/rules/libjpeg.make
@@ -55,7 +55,8 @@ LIBJPEG_CONF_OPT := \
--without-turbojpeg \
--without-java \
--without-gas-preprocessor \
- --$(call ptx/wwo, LIBJPEG_SIMD)-simd
+ --$(call ptx/wwo, LIBJPEG_SIMD)-simd \
+ --with-build-date=`date --date @$(SOURCE_DATE_EPOCH) +%Y%m%d`
# ----------------------------------------------------------------------------
# Target-Install