Build unity plugin in strongSwan test suite
This commit is contained in:
@@ -392,6 +392,11 @@ then
|
||||
echo -n " --enable-cisco-quirks" >> $INSTALLSHELL
|
||||
fi
|
||||
|
||||
if [ "$USE_UNITY" = "yes" ]
|
||||
then
|
||||
echo -n " --enable-unity" >> $INSTALLSHELL
|
||||
fi
|
||||
|
||||
echo "" >> $INSTALLSHELL
|
||||
echo "make -j" >> $INSTALLSHELL
|
||||
echo "make install" >> $INSTALLSHELL
|
||||
|
||||
@@ -87,6 +87,7 @@ USE_XAUTH_EAP="yes"
|
||||
USE_PKCS8="yes"
|
||||
USE_IFMAP="no"
|
||||
USE_CISCO_QUIRKS="no"
|
||||
USE_UNITY="yes"
|
||||
|
||||
# Gentoo linux root filesystem
|
||||
ROOTFS=$UMLTESTDIR/gentoo-fs-20111212.tar.bz2
|
||||
|
||||
Reference in New Issue
Block a user