added USE_P2P UML compile option

This commit is contained in:
Andreas Steffen 2007-11-26 00:29:52 +00:00
parent a19ad35c5b
commit 5af3a03396
2 changed files with 7 additions and 0 deletions

View File

@ -141,10 +141,16 @@ then
echo -n " --enable-ldap" >> $INSTALLSHELL
fi
if [ "$USE_P2P" = "yes" ]
then
echo -n " --enable-p2p" >> $INSTALLSHELL
fi
if [ "$USE_LEAK_DETECTIVE" = "yes" ]
then
echo -n " --enable-leak-detective" >> $INSTALLSHELL
fi
echo "" >> $INSTALLSHELL
echo "make" >> $INSTALLSHELL
echo "make install" >> $INSTALLSHELL

View File

@ -39,6 +39,7 @@ STRONGSWAN=$UMLTESTDIR/strongswan-4.1.7.tar.bz2
# strongSwan compile options (use "yes" or "no")
USE_LIBCURL="yes"
USE_LDAP="yes"
USE_P2P="yes"
USE_LEAK_DETECTIVE="no"
# Gentoo linux root filesystem