]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
added USE_P2P UML compile option
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 26 Nov 2007 00:29:52 +0000 (00:29 -0000)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 26 Nov 2007 00:29:52 +0000 (00:29 -0000)
testing/scripts/build-umlrootfs
testing/testing.conf

index e89a85f38c7e327fb9f4d6e659a637d88c32d217..ab28b6595e52088b2bbca78aba8e4a2e62ce3ca7 100755 (executable)
@@ -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
index aecedd7aee7554df350284115dbdf8ba300bc314..609f9627e7684b386d71f271f5409fb33fbe93d0 100755 (executable)
@@ -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