diff options
author | Werner Koch <wk@gnupg.org> | 2021-03-15 09:00:00 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2021-03-15 09:50:30 +0100 |
commit | 8d6123faa8cae0bad6f82c9021e9ac6686b2f55d (patch) | |
tree | 17e934e738feac0ffefc25b964b5777eafc4acde /autogen.rc | |
parent | scd: Add handling of Ed448 key. (diff) | |
download | gnupg2-8d6123faa8cae0bad6f82c9021e9ac6686b2f55d.tar.xz gnupg2-8d6123faa8cae0bad6f82c9021e9ac6686b2f55d.zip |
build: new option to disable building of tpm2daemon
* configure.ac (build_tpmd): New configure option --disable-tpm2d
(BUILD_WITH_TPM2D): New.
* Makefile.am (tests): Use conditionally BUILD_TPM2D instead of
HAVE_LIBTSS.
* build-aux/speedo.mk (speedo_pkg_gnupg_configure) [W32]: Do not build
tpm2d.
* autogen.rc: Ditto.
Diffstat (limited to 'autogen.rc')
-rw-r--r-- | autogen.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.rc b/autogen.rc index c80dd4801..d10a540fc 100644 --- a/autogen.rc +++ b/autogen.rc @@ -20,6 +20,7 @@ case "$myhost" in --with-zlib=@SYSROOT@ --with-regex=@SYSROOT@ --disable-g13 + --disable-tpm2d " ;; |