package/tpm2-tss: fix build on host without groupadd

Override check for groupadd as already done for setfacl since commit
d9123dd799 to avoid the following build
failure:

checking for groupadd... no
configure: error: Missing required program 'groupadd': ensure it is installed and on PATH.

Fixes:
 - http://autobuild.buildroot.org/results/5accac06abbd3980484d8e2667a5446ec5d85bc1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2021-11-07 18:37:49 +01:00 committed by Peter Korsgaard
parent 95654305fc
commit c8f847c4f4

View File

@ -17,6 +17,7 @@ TPM2_TSS_DEPENDENCIES = liburiparser openssl host-pkgconf
TPM2_TSS_AUTORECONF = YES
TPM2_TSS_CONF_OPTS = \
ac_cv_prog_result_groupadd=yes \
ac_cv_prog_result_setfacl=yes \
--with-crypto=ossl \
--disable-doxygen-doc \