[tpm2-tss] disable building the Feature API (FAPI) (#3193)

The new API introduced in
6da95b04b4
pulls in additional build dependencies like json-c and is currently not
part of the fuzz testing, so disable it.
This commit is contained in:
Jonas Witschel 2020-01-07 19:29:08 +00:00 committed by Abhishek Arya
parent 689c3f4b65
commit 60069cf1fe
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ export GEN_FUZZ=1
--enable-tcti-device=no \
--enable-tcti-mssim=no \
--disable-doxygen-doc \
--disable-shared
--disable-shared \
--disable-fapi
sed -i 's/@DX_RULES@/# @DX_RULES@/g' Makefile
make -j $(nproc) fuzz-targets