From: Andreas Steffen Date: Wed, 19 Dec 2007 00:47:56 +0000 (-0000) Subject: set --enable-eap-aka in UML scenarios X-Git-Tag: 4.1.10~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e044510e5a7fa94b558f4f44fdc4aa98d9a99a6f;p=thirdparty%2Fstrongswan.git set --enable-eap-aka in UML scenarios --- diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index ab28b6595e..42288bb4c5 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -141,6 +141,11 @@ then echo -n " --enable-ldap" >> $INSTALLSHELL fi +if [ "$USE_EAP_AKA" = "yes" ] +then + echo -n " --enable-eap-aka" >> $INSTALLSHELL +fi + if [ "$USE_P2P" = "yes" ] then echo -n " --enable-p2p" >> $INSTALLSHELL diff --git a/testing/testing.conf b/testing/testing.conf index 0f908aa1eb..f4ca010f66 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -39,6 +39,7 @@ STRONGSWAN=$UMLTESTDIR/strongswan-4.1.10.tar.bz2 # strongSwan compile options (use "yes" or "no") USE_LIBCURL="yes" USE_LDAP="yes" +USE_EAP_AKA="yes" USE_P2P="yes" USE_LEAK_DETECTIVE="no"