modules/tpm2-tss: Add with-sysroot to configure args

Thanks to @JonathonHall-Purism, that pointed to me that sysroot was
neglected in tpm2-tools configure step.

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Signed-off-by: Manuel Mendez <github@i.m.mmlb.dev>
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2024-01-25 21:47:37 -05:00
parent 236f9b117c
commit fcb9596f7e
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

View File

@ -21,6 +21,7 @@ tpm2-tss_configure := aclocal && automake --add-missing && autoreconf -fi \
$(CROSS_TOOLS) \
--host $(MUSL_ARCH)-elf-linux \
--prefix "/" \
--with-sysroot=$(INSTALL) \
--disable-doxygen-doc \
--disable-doxygen-html \
--disable-doxygen-man \