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 /testing/scripts/build-umlrootfs | |
parent | 44f1024705fce322ce0fefd024e5583aab0ce521 (diff) | |
download | strongswan-0ef84e5e4dbf069baa4aa29ab87cab9cb73ab707.tar.bz2 strongswan-0ef84e5e4dbf069baa4aa29ab87cab9cb73ab707.tar.xz |
enable build of socket-default plugin
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 5 |
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 |