add support of --enable-eap-sim-file and --enable-kernel-pfkey configuration options

This commit is contained in:
Andreas Steffen
2008-10-13 00:09:44 +00:00
parent 405e8ecfe3
commit 35c365c2e3
4 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -21,7 +21,7 @@ UMLTESTDIR=~/strongswan-testing
# Bzipped kernel sources
# (file extension .tar.bz2 required)
KERNEL=$UMLTESTDIR/linux-2.6.26.5.tar.bz2
KERNEL=$UMLTESTDIR/linux-2.6.27.tar.bz2
# Extract kernel version
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
@@ -45,6 +45,7 @@ USE_EAP_IDENTITY="yes"
USE_SQL="yes"
USE_MEDIATION="yes"
USE_OPENSSL="yes"
USE_KERNEL_PFKEY="no"
USE_INTEGRITY_TEST="no"
USE_LEAK_DETECTIVE="no"