aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-umlrootfs
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-09-18 17:22:30 +0200
committerMartin Willi <martin@revosec.ch>2012-09-18 17:22:47 +0200
commita69bc12a3ac16835f28b333dcf0e5b43aab77f45 (patch)
treef39db3ce8fd2293a7f662cc111b2fba39643a56b /testing/scripts/build-umlrootfs
parent56ea95195acbb432ee7ab2f03883725408789e97 (diff)
parent995a9c8a0a00d52b2e5008433f22485b2f1bcf01 (diff)
downloadstrongswan-a69bc12a3ac16835f28b333dcf0e5b43aab77f45.tar.bz2
strongswan-a69bc12a3ac16835f28b333dcf0e5b43aab77f45.tar.xz
Merge branch 'unity'
Add Cisco Unity extension support implemented in a dedicated plugin.
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-xtesting/scripts/build-umlrootfs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index 60def11ef..92595222c 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -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