aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-03-11 21:53:18 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-03-11 21:53:18 +0100
commit0ef84e5e4dbf069baa4aa29ab87cab9cb73ab707 (patch)
treecae921f8cda4da3a3408f1cdda0ac941af5bcd0a
parent44f1024705fce322ce0fefd024e5583aab0ce521 (diff)
downloadstrongswan-0ef84e5e4dbf069baa4aa29ab87cab9cb73ab707.tar.bz2
strongswan-0ef84e5e4dbf069baa4aa29ab87cab9cb73ab707.tar.xz
enable build of socket-default plugin
-rwxr-xr-xtesting/scripts/build-umlrootfs5
-rwxr-xr-xtesting/testing.conf1
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