adapted configure options in testing.conf and build-umlrootfs
This commit is contained in:
@@ -133,7 +133,7 @@ echo -n " --enable-integrity-test" >> $INSTALLSHELL
|
|||||||
|
|
||||||
if [ "$USE_LIBCURL" = "yes" ]
|
if [ "$USE_LIBCURL" = "yes" ]
|
||||||
then
|
then
|
||||||
echo -n " --enable-http" >> $INSTALLSHELL
|
echo -n " --enable-curl" >> $INSTALLSHELL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$USE_LDAP" = "yes" ]
|
if [ "$USE_LDAP" = "yes" ]
|
||||||
@@ -151,11 +151,16 @@ then
|
|||||||
echo -n " --enable-eap-sim" >> $INSTALLSHELL
|
echo -n " --enable-eap-sim" >> $INSTALLSHELL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$USE_ME" = "yes" ]
|
if [ "$USE_MEDIATION" = "yes" ]
|
||||||
then
|
then
|
||||||
echo -n " --enable-mediation" >> $INSTALLSHELL
|
echo -n " --enable-mediation" >> $INSTALLSHELL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$USE_INTEGRITY_TEST" = "yes" ]
|
||||||
|
then
|
||||||
|
echo -n " --enable-integrity-test" >> $INSTALLSHELL
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$USE_LEAK_DETECTIVE" = "yes" ]
|
if [ "$USE_LEAK_DETECTIVE" = "yes" ]
|
||||||
then
|
then
|
||||||
echo -n " --enable-leak-detective" >> $INSTALLSHELL
|
echo -n " --enable-leak-detective" >> $INSTALLSHELL
|
||||||
|
|||||||
@@ -40,7 +40,8 @@ STRONGSWAN=$UMLTESTDIR/strongswan-4.2.0.tar.bz2
|
|||||||
USE_LIBCURL="yes"
|
USE_LIBCURL="yes"
|
||||||
USE_LDAP="yes"
|
USE_LDAP="yes"
|
||||||
USE_EAP_AKA="yes"
|
USE_EAP_AKA="yes"
|
||||||
USE_ME="yes"
|
USE_MEDIATION="yes"
|
||||||
|
USE_INTEGRITY_TEST="no"
|
||||||
USE_LEAK_DETECTIVE="no"
|
USE_LEAK_DETECTIVE="no"
|
||||||
|
|
||||||
# Gentoo linux root filesystem
|
# Gentoo linux root filesystem
|
||||||
|
|||||||
Reference in New Issue
Block a user