diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-10-02 19:10:24 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-10-02 19:10:24 +0000 |
commit | effdbc7c70b64954b7a0298824af9d0752c1104d (patch) | |
tree | d4f8f9253689deac653e0189717b456b0c71f646 | |
parent | 183ddc20a99da09c1649d0f376db98c5301405d6 (diff) | |
download | strongswan-effdbc7c70b64954b7a0298824af9d0752c1104d.tar.bz2 strongswan-effdbc7c70b64954b7a0298824af9d0752c1104d.tar.xz |
activated the libstrongswan integrity test
-rwxr-xr-x | testing/scripts/build-umlrootfs | 2 |
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 |