From 5af3a03396372f731fb79261adb0dccc45f7e84e Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 26 Nov 2007 00:29:52 +0000 Subject: [PATCH] added USE_P2P UML compile option --- testing/scripts/build-umlrootfs | 6 ++++++ testing/testing.conf | 1 + 2 files changed, 7 insertions(+) diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index e89a85f38..ab28b6595 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -141,10 +141,16 @@ then echo -n " --enable-ldap" >> $INSTALLSHELL fi +if [ "$USE_P2P" = "yes" ] +then + echo -n " --enable-p2p" >> $INSTALLSHELL +fi + if [ "$USE_LEAK_DETECTIVE" = "yes" ] then echo -n " --enable-leak-detective" >> $INSTALLSHELL fi + echo "" >> $INSTALLSHELL echo "make" >> $INSTALLSHELL echo "make install" >> $INSTALLSHELL diff --git a/testing/testing.conf b/testing/testing.conf index aecedd7ae..609f9627e 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -39,6 +39,7 @@ STRONGSWAN=$UMLTESTDIR/strongswan-4.1.7.tar.bz2 # strongSwan compile options (use "yes" or "no") USE_LIBCURL="yes" USE_LDAP="yes" +USE_P2P="yes" USE_LEAK_DETECTIVE="no" # Gentoo linux root filesystem