From fccf00576f1f8513769b80968ac596601664fcb3 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 13 Jul 2010 21:04:20 +0200 Subject: [PATCH] activate --enable-addrblock configure option in UML scenarios --- testing/scripts/build-umlrootfs | 5 +++++ testing/testing.conf | 1 + 2 files changed, 6 insertions(+) diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 16dd843..8a083e2 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -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 diff --git a/testing/testing.conf b/testing/testing.conf index 1ff444c..55716eb 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -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 -- 2.7.4