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
+5
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