From 1851a9f58b21c40e170acc64cabcefb60699736a Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 3 Oct 2018 12:50:02 +0200 Subject: libjpeg: make sure the build date is in UTC Otherwise the date will change depending on the current timezone. Signed-off-by: Michael Olbrich --- rules/libjpeg.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3