[tpm2-tss] Fix tpm2-tss build (#2204)

New checks were added to configure which require that
the GEN_FUZZ environment variable be set during both
the bootstrap and configure scripts.

Fixes: #2203

Signed-off-by: John Andersen <john.s.andersen@intel.com>
This commit is contained in:
John Andersen 2019-03-04 10:25:08 -08:00 committed by jonathanmetzman
parent 806f7995fb
commit da89846a21
2 changed files with 5 additions and 1 deletions

View File

@ -19,7 +19,9 @@ cd $SRC/tpm2-tss/
export LD_LIBRARY_PATH=/usr/local/bin
GEN_FUZZ=1 ./bootstrap
export GEN_FUZZ=1
./bootstrap
./configure \
CC=clang \
CXX=clang++ \

View File

@ -1,5 +1,7 @@
homepage: "https://github.com/tpm2-software/tpm2-tss"
primary_contact: "tadeusz.struk@intel.com"
auto_ccs:
- "john.s.andersen@intel.com"
sanitizers:
- address
- memory