aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-umlrootfs
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-11-20 21:52:40 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-11-20 21:52:40 +0100
commit1f201db699669a8808e1556fad66c46bf341681d (patch)
tree8200380c5d11362426718e26dbbcef605638b954 /testing/scripts/build-umlrootfs
parentd16ecc175346e93c9f5260972ff6d49bbb1a192d (diff)
downloadstrongswan-1f201db699669a8808e1556fad66c46bf341681d.tar.bz2
strongswan-1f201db699669a8808e1556fad66c46bf341681d.tar.xz
enabled ha plugin in UML scenarios
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-xtesting/scripts/build-umlrootfs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index e22b65cf4..ec74adae6 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -292,6 +292,11 @@ then
echo -n " --enable-gcm" >> $INSTALLSHELL
fi
+if [ "$USE_HA" = "yes" ]
+then
+ echo -n " --enable-ha" >> $INSTALLSHELL
+fi
+
echo "" >> $INSTALLSHELL
echo "make -j" >> $INSTALLSHELL
echo "make install" >> $INSTALLSHELL