diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-03-11 21:53:18 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-03-11 21:53:18 +0100 |
commit | 0ef84e5e4dbf069baa4aa29ab87cab9cb73ab707 (patch) | |
tree | cae921f8cda4da3a3408f1cdda0ac941af5bcd0a | |
parent | 44f1024705fce322ce0fefd024e5583aab0ce521 (diff) | |
download | strongswan-0ef84e5e4dbf069baa4aa29ab87cab9cb73ab707.tar.bz2 strongswan-0ef84e5e4dbf069baa4aa29ab87cab9cb73ab707.tar.xz |
enable build of socket-default plugin
-rwxr-xr-x | testing/scripts/build-umlrootfs | 5 | ||||
-rwxr-xr-x | testing/testing.conf | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 4a561b857..84413b908 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -221,6 +221,11 @@ then echo -n " --enable-gcrypt" >> $INSTALLSHELL fi +if [ "$USE_SOCKET_DEFAULT" = "yes" ] +then + echo -n " --enable-socket-default" >> $INSTALLSHELL +fi + echo "" >> $INSTALLSHELL echo "make" >> $INSTALLSHELL echo "make install" >> $INSTALLSHELL diff --git a/testing/testing.conf b/testing/testing.conf index d360c1e78..bcbc56da2 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -52,6 +52,7 @@ USE_LEAK_DETECTIVE="yes" USE_LOAD_TESTS="yes" USE_TEST_VECTORS="yes" USE_GCRYPT="yes" +USE_SOCKET_DEFAULT="yes" # Gentoo linux root filesystem ROOTFS=$UMLTESTDIR/gentoo-fs-20090615.tar.bz2 |