Build unity plugin in strongSwan test suite

This commit is contained in:
Martin Willi
2012-09-18 17:17:49 +02:00
parent cc48f36084
commit f728ae590b
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -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
+1
View File
@@ -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