aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-10-02 19:10:24 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-10-02 19:10:24 +0000
commiteffdbc7c70b64954b7a0298824af9d0752c1104d (patch)
treed4f8f9253689deac653e0189717b456b0c71f646
parent183ddc20a99da09c1649d0f376db98c5301405d6 (diff)
downloadstrongswan-effdbc7c70b64954b7a0298824af9d0752c1104d.tar.bz2
strongswan-effdbc7c70b64954b7a0298824af9d0752c1104d.tar.xz
activated the libstrongswan integrity test
-rwxr-xr-xtesting/scripts/build-umlrootfs2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index eff4fa0c2..369a158b6 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -129,6 +129,8 @@ echo "ln -sf /usr/share/zoneinfo/${TZUML} /etc/localtime" >> $INSTALLSHELL
echo "cd /root/${STRONGSWANVERSION}" >> $INSTALLSHELL
echo -n "./configure --sysconfdir=/etc" >> $INSTALLSHELL
echo -n " --with-random-device=/dev/urandom" >> $INSTALLSHELL
+echo -n " --enable-integrity-test" >> $INSTALLSHELL
+
if [ "$USE_LIBCURL" = "yes" ]
then
echo -n " --enable-http" >> $INSTALLSHELL