]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
added Attestation IMC/IMV to UML build
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 18 Dec 2011 17:07:47 +0000 (18:07 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 18 Dec 2011 17:07:47 +0000 (18:07 +0100)
testing/scripts/build-umlrootfs
testing/testing.conf

index f521f9c1c3b9b3c27065c5fdc2398ef88d8e3e93..068882b80be51dd7a84ca5bb4e31aacda7631998 100755 (executable)
@@ -237,6 +237,16 @@ then
     echo -n " --enable-imv-scanner" >> $INSTALLSHELL
 fi
 
+if [ "$USE_IMC_ATTESTATION" = "yes" ]
+then
+    echo -n " --enable-imc-attestation" >> $INSTALLSHELL
+fi
+
+if [ "$USE_IMV_ATTESTATION" = "yes" ]
+then
+    echo -n " --enable-imv-attestation" >> $INSTALLSHELL
+fi
+
 if [ "$USE_SQL" = "yes" ]
 then
     echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL
index 192c24f4878d6a64e4daed46efebace7eab9a989..265bafed4e5771d37b55a9d59f048f1a0d779096 100755 (executable)
@@ -55,6 +55,8 @@ USE_IMC_TEST="yes"
 USE_IMV_TEST="yes"
 USE_IMC_SCANNER="yes"
 USE_IMV_SCANNER="yes"
+USE_IMC_ATTESTATION="yes"
+USE_IMV_ATTESTATION="yes"
 USE_SQL="yes"
 USE_MEDIATION="yes"
 USE_OPENSSL="yes"