aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-umlrootfs
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 /testing/scripts/build-umlrootfs
parent44f1024705fce322ce0fefd024e5583aab0ce521 (diff)
downloadstrongswan-0ef84e5e4dbf069baa4aa29ab87cab9cb73ab707.tar.bz2
strongswan-0ef84e5e4dbf069baa4aa29ab87cab9cb73ab707.tar.xz
enable build of socket-default plugin
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 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