From: Andreas Steffen Date: Mon, 26 Nov 2007 00:29:52 +0000 (-0000) Subject: added USE_P2P UML compile option X-Git-Tag: 4.1.9~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5af3a03396372f731fb79261adb0dccc45f7e84e;p=thirdparty%2Fstrongswan.git added USE_P2P UML compile option --- diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index e89a85f38c..ab28b6595e 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 aecedd7aee..609f9627e7 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