added Attestation IMC/IMV to UML build
This commit is contained in:
@@ -237,6 +237,16 @@ then
|
||||
echo -n " --enable-imv-scanner" >> $INSTALLSHELL
|
||||
fi
|
||||
|
||||
if [ "$USE_IMC_ATTESTATION" = "yes" ]
|
||||
then
|
||||
echo -n " --enable-imc-attestation" >> $INSTALLSHELL
|
||||
fi
|
||||
|
||||
if [ "$USE_IMV_ATTESTATION" = "yes" ]
|
||||
then
|
||||
echo -n " --enable-imv-attestation" >> $INSTALLSHELL
|
||||
fi
|
||||
|
||||
if [ "$USE_SQL" = "yes" ]
|
||||
then
|
||||
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL
|
||||
|
||||
@@ -55,6 +55,8 @@ USE_IMC_TEST="yes"
|
||||
USE_IMV_TEST="yes"
|
||||
USE_IMC_SCANNER="yes"
|
||||
USE_IMV_SCANNER="yes"
|
||||
USE_IMC_ATTESTATION="yes"
|
||||
USE_IMV_ATTESTATION="yes"
|
||||
USE_SQL="yes"
|
||||
USE_MEDIATION="yes"
|
||||
USE_OPENSSL="yes"
|
||||
|
||||
Reference in New Issue
Block a user