enable build of socket-default plugin

This commit is contained in:
Andreas Steffen 2010-03-11 21:53:18 +01:00
parent 44f1024705
commit 0ef84e5e4d
2 changed files with 6 additions and 0 deletions

View File

@ -221,6 +221,11 @@ then
echo -n " --enable-gcrypt" >> $INSTALLSHELL
fi
if [ "$USE_SOCKET_DEFAULT" = "yes" ]
then
echo -n " --enable-socket-default" >> $INSTALLSHELL
fi
echo "" >> $INSTALLSHELL
echo "make" >> $INSTALLSHELL
echo "make install" >> $INSTALLSHELL

View File

@ -52,6 +52,7 @@ USE_LEAK_DETECTIVE="yes"
USE_LOAD_TESTS="yes"
USE_TEST_VECTORS="yes"
USE_GCRYPT="yes"
USE_SOCKET_DEFAULT="yes"
# Gentoo linux root filesystem
ROOTFS=$UMLTESTDIR/gentoo-fs-20090615.tar.bz2