mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-15 00:00:26 -05:00
added USE_P2P UML compile option
This commit is contained in:
parent
a19ad35c5b
commit
5af3a03396
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user