diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-03-17 22:53:09 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-03-17 22:53:09 +0100 |
commit | 788fc89cc2408feefcb0e04c9dda0f38980254b9 (patch) | |
tree | 9484630e483d8ca8a88d54a3993d78eba3ec59d0 /testing/scripts/build-umlrootfs | |
parent | edd1fc71c24eec36e8a936c770866499371c77c1 (diff) | |
download | strongswan-788fc89cc2408feefcb0e04c9dda0f38980254b9.tar.bz2 strongswan-788fc89cc2408feefcb0e04c9dda0f38980254b9.tar.xz |
build the af-alg plugin in the UML test environment
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 023b71750..5d7a5d1ea 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -307,6 +307,11 @@ then echo -n " --enable-ha" >> $INSTALLSHELL fi +if [ "$USE_AF_ALG" = "yes" ] +then + echo -n " --enable-af-alg" >> $INSTALLSHELL +fi + if [ "$USE_CISCO_QUIRKS" = "yes" ] then echo -n " --enable-cisco-quirks" >> $INSTALLSHELL |