aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2021-01-08 19:11:03 +0000
committerWerner Koch <[email protected]>2021-01-08 19:11:03 +0000
commitcf0f67199f42a4932471487b1b66d6cdcd1de14d (patch)
tree82b01c1a6aaa7e4acc4d47a68d27a2f400d4868d
parentgpg: Fix --gpgconf-list case with no conf files at all. (diff)
downloadgnupg-cf0f67199f42a4932471487b1b66d6cdcd1de14d.tar.gz
gnupg-cf0f67199f42a4932471487b1b66d6cdcd1de14d.zip
speedo: Do not enable build timestamps.
--
-rw-r--r--build-aux/speedo.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk
index 7dc5be480..7df8edc27 100644
--- a/build-aux/speedo.mk
+++ b/build-aux/speedo.mk
@@ -610,8 +610,7 @@ speedo_pkg_ntbtls_configure = --disable-shared
ifeq ($(TARGETOS),w32)
speedo_pkg_gnupg_configure = \
- --disable-g13 --enable-ntbtls \
- --enable-build-timestamp
+ --disable-g13 --enable-ntbtls
else
speedo_pkg_gnupg_configure = --disable-g13 --enable-wks-tools
endif