From 2e6749af0ad6b4cad402a3de23a7a71fb955986f Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 28 May 2008 14:13:40 +0000 Subject: activate --enable-openssl option in uml scenarios --- testing/scripts/build-umlrootfs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'testing/scripts/build-umlrootfs') diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index cb49b738d..c3e3a50f8 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -150,6 +150,11 @@ then echo -n " --enable-eap-sim" >> $INSTALLSHELL fi +if [ "$USE_EAP_MD5" = "yes" ] +then + echo -n " --enable-eap-md5" >> $INSTALLSHELL + fi + if [ "$USE_SQL" = "yes" ] then echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL @@ -159,6 +164,11 @@ if [ "$USE_MEDIATION" = "yes" ] then echo -n " --enable-mediation" >> $INSTALLSHELL fi + +if [ "$USE_OPENSSL" = "yes" ] +then + echo -n " --enable-openssl" >> $INSTALLSHELL +fi if [ "$USE_INTEGRITY_TEST" = "yes" ] then -- cgit v1.2.3