diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-07-03 08:36:47 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-07-03 08:36:47 +0000 |
commit | 6981aca04fa5658b245efc1d09b6c6fdf79b5813 (patch) | |
tree | dc59d3a07d10979a91108a275ce6d1549eda7541 /testing/scripts/build-umlrootfs | |
parent | 427088f004204c09e0e540c48ecd810d2502cb04 (diff) | |
download | strongswan-6981aca04fa5658b245efc1d09b6c6fdf79b5813.tar.bz2 strongswan-6981aca04fa5658b245efc1d09b6c6fdf79b5813.tar.xz |
added USE_LEAK_DETECTIVE option
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index afc40b12b..1a983b85b 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -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 |