1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-21 14:47:03 +01:00

speedo: Do not enable build timestamps.

--
This commit is contained in:
Werner Koch 2021-01-08 20:11:03 +01:00
parent 9f37d3e6f3
commit cf0f67199f
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -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