summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-10-03 12:50:02 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-03 14:17:55 +0200
commit1851a9f58b21c40e170acc64cabcefb60699736a (patch)
tree718659771d752de911b13703ea24b706eb63a545
parent8acbc7f820c3d5eb37babef40a26435470ad6a37 (diff)
downloadptxdist-1851a9f58b21c40e170acc64cabcefb60699736a.tar.gz
ptxdist-1851a9f58b21c40e170acc64cabcefb60699736a.tar.xz
libjpeg: make sure the build date is in UTC
Otherwise the date will change depending on the current timezone. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libjpeg.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/libjpeg.make b/rules/libjpeg.make
index fc67e50b9..4278e62e9 100644
--- a/rules/libjpeg.make
+++ b/rules/libjpeg.make
@@ -56,7 +56,7 @@ LIBJPEG_CONF_OPT := \
--without-java \
--without-gas-preprocessor \
--$(call ptx/wwo, LIBJPEG_SIMD)-simd \
- --with-build-date=`date --date @$(SOURCE_DATE_EPOCH) +%Y%m%d`
+ --with-build-date=`date --utc --date @$(SOURCE_DATE_EPOCH) +%Y%m%d`
# ----------------------------------------------------------------------------
# Target-Install