From: Andreas Steffen Date: Tue, 13 Jul 2010 19:04:20 +0000 (+0200) Subject: activate --enable-addrblock configure option in UML scenarios X-Git-Tag: 4.4.1~58 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=fccf00576f1f8513769b80968ac596601664fcb3 activate --enable-addrblock configure option in UML scenarios --- 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