summaryrefslogtreecommitdiffstats
path: root/rules/libgcrypt.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-10-27 14:06:31 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-10 08:50:47 +0100
commit84ee7ded53300ff07181da8bb91daa36dd2f42d6 (patch)
treef59de04555caaa12e1cf10ed4ac9b25b374b0839 /rules/libgcrypt.make
parent4c9636a9813fd8b1ec28d8b2f96ab800f02fa8cf (diff)
downloadptxdist-84ee7ded53300ff07181da8bb91daa36dd2f42d6.tar.gz
ptxdist-84ee7ded53300ff07181da8bb91daa36dd2f42d6.tar.xz
define and use PTXDIST_BUILD_TIMESTAMP
A lot of packages use such a build timestamp. Define it once and use it everywhere. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libgcrypt.make')
-rw-r--r--rules/libgcrypt.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/libgcrypt.make b/rules/libgcrypt.make
index 73806b151..f7f666ca2 100644
--- a/rules/libgcrypt.make
+++ b/rules/libgcrypt.make
@@ -75,7 +75,7 @@ LIBGCRYPT_AUTOCONF := \
--enable-optimization \
--enable-noexecstack \
--disable-doc \
- --enable-build-timestamp="$(PTXDIST_VERSION_YEAR)-$(PTXDIST_VERSION_MONTH)-01T00:00+0000" \
+ --enable-build-timestamp="$(PTXDIST_BUILD_TIMESTAMP)" \
--without-capabilities
# ----------------------------------------------------------------------------