activate --enable-openssl option in uml scenarios
This commit is contained in:
@@ -150,6 +150,11 @@ then
|
|||||||
echo -n " --enable-eap-sim" >> $INSTALLSHELL
|
echo -n " --enable-eap-sim" >> $INSTALLSHELL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$USE_EAP_MD5" = "yes" ]
|
||||||
|
then
|
||||||
|
echo -n " --enable-eap-md5" >> $INSTALLSHELL
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$USE_SQL" = "yes" ]
|
if [ "$USE_SQL" = "yes" ]
|
||||||
then
|
then
|
||||||
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL
|
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL
|
||||||
@@ -159,6 +164,11 @@ if [ "$USE_MEDIATION" = "yes" ]
|
|||||||
then
|
then
|
||||||
echo -n " --enable-mediation" >> $INSTALLSHELL
|
echo -n " --enable-mediation" >> $INSTALLSHELL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$USE_OPENSSL" = "yes" ]
|
||||||
|
then
|
||||||
|
echo -n " --enable-openssl" >> $INSTALLSHELL
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$USE_INTEGRITY_TEST" = "yes" ]
|
if [ "$USE_INTEGRITY_TEST" = "yes" ]
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ USE EAP_SIM="yes"
|
|||||||
USE_EAP_MD5="yes"
|
USE_EAP_MD5="yes"
|
||||||
USE_SQL="yes"
|
USE_SQL="yes"
|
||||||
USE_MEDIATION="yes"
|
USE_MEDIATION="yes"
|
||||||
|
USE_OPENSSL="yes"
|
||||||
USE_INTEGRITY_TEST="no"
|
USE_INTEGRITY_TEST="no"
|
||||||
USE_LEAK_DETECTIVE="no"
|
USE_LEAK_DETECTIVE="no"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user