mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
activate --enable-addrblock configure option in UML scenarios
This commit is contained in:
parent
5c46726d0d
commit
fccf00576f
@ -241,6 +241,11 @@ then
|
||||
echo -n " --enable-farp" >> $INSTALLSHELL
|
||||
fi
|
||||
|
||||
if [ "$USE_ADDRBLOCK" = "yes" ]
|
||||
then
|
||||
echo -n " --enable-addrblock" >> $INSTALLSHELL
|
||||
fi
|
||||
|
||||
echo "" >> $INSTALLSHELL
|
||||
echo "make" >> $INSTALLSHELL
|
||||
echo "make install" >> $INSTALLSHELL
|
||||
|
@ -56,6 +56,7 @@ USE_SOCKET_DEFAULT="yes"
|
||||
USE_SOCKET_DYNAMIC="yes"
|
||||
USE_DHCP="yes"
|
||||
USE_FARP="yes"
|
||||
USE_ADDRBLOCK="yes"
|
||||
|
||||
# Gentoo linux root filesystem
|
||||
ROOTFS=$UMLTESTDIR/gentoo-fs-20090615.tar.bz2
|
||||
|
Loading…
x
Reference in New Issue
Block a user