build the af-alg plugin in the UML test environment

This commit is contained in:
Andreas Steffen 2011-03-17 22:53:09 +01:00
parent edd1fc71c2
commit 788fc89cc2
2 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -19,19 +19,19 @@ UMLTESTDIR=~/strongswan-testing
# Bzipped kernel sources
# (file extension .tar.bz2 required)
KERNEL=$UMLTESTDIR/linux-2.6.36.2.tar.bz2
KERNEL=$UMLTESTDIR/linux-2.6.38.tar.bz2
# Extract kernel version
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
# Kernel configuration file
KERNELCONFIG=$UMLTESTDIR/.config-2.6.36
KERNELCONFIG=$UMLTESTDIR/.config-2.6.38
# Bzipped uml patch for kernel
UMLPATCH=$UMLTESTDIR/ha-2.6.36.patch.bz2
UMLPATCH=$UMLTESTDIR/ha-2.6.37.patch.bz2
# Bzipped source of strongSwan
STRONGSWAN=$UMLTESTDIR/strongswan-4.5.1.tar.bz2
STRONGSWAN=$UMLTESTDIR/strongswan-4.5.2.tar.bz2
# strongSwan compile options (use "yes" or "no")
USE_LIBCURL="yes"
@ -69,6 +69,7 @@ USE_CTR="yes"
USE_CCM="yes"
USE_GCM="yes"
USE_HA="yes"
USE_AF_ALG="yes"
USE_CISCO_QUIRKS="no"
# Gentoo linux root filesystem