From 9fc69a0c81975faff7e5f5666bf56a3bc9b5b239 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 2 May 2012 21:13:14 +0200 Subject: [PATCH] two new options for 5.0.0 UML testing --- testing/scripts/build-umlrootfs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 4c06600..a2b6f73 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -352,6 +352,11 @@ then echo -n " --enable-ha" >> $INSTALLSHELL fi +if [ "$USE_PLUTO" = "yes" ] +then + echo -n " --enable-pluto" >> $INSTALLSHELL +fi + if [ "$USE_AF_ALG" = "yes" ] then echo -n " --enable-af-alg" >> $INSTALLSHELL @@ -362,6 +367,11 @@ then echo -n " --enable-whitelist" >> $INSTALLSHELL fi +if [ "$USE_XAUTH_GENERIC" = "yes" ] +then + echo -n " --enable-xauth-generic" >> $INSTALLSHELL +fi + if [ "$USE_PKCS8" = "yes" ] then echo -n " --enable-pkcs8" >> $INSTALLSHELL -- 2.7.4