activate --enable-addrblock configure option in UML scenarios

This commit is contained in:
Andreas Steffen 2010-07-13 21:04:20 +02:00
parent 5c46726d0d
commit fccf00576f
2 changed files with 6 additions and 0 deletions

View File

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

View File

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