added USE_LEAK_DETECTIVE option

This commit is contained in:
Andreas Steffen
2006-07-03 08:36:47 +00:00
parent 427088f004
commit 6981aca04f
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -126,6 +126,11 @@ if [ "$USE_LDAP" = "yes" ]
then
echo -n " --enable-ldap=3" >> $INSTALLSHELL
fi
if [ "$USE_LEAK_DETECTIVE" = "yes" ]
then
echo -n " --enable-leak-detective" >> $INSTALLSHELL
fi
echo "" >> $INSTALLSHELL
echo "make" >> $INSTALLSHELL
echo "make install" >> $INSTALLSHELL
+1
View File
@@ -39,6 +39,7 @@ STRONGSWAN=$UMLTESTDIR/strongswan-4.0.2.tar.bz2
# strongSwan compile options (use "yes" or "no")
USE_LIBCURL="yes"
USE_LDAP="yes"
USE_LEAK_DETECTIVE="no"
# Gentoo linux root filesystem
ROOTFS=$UMLTESTDIR/gentoo-fs-20060330.tar.bz2