diff options
author | Martin Willi <martin@revosec.ch> | 2012-09-18 17:22:30 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-09-18 17:22:47 +0200 |
commit | a69bc12a3ac16835f28b333dcf0e5b43aab77f45 (patch) | |
tree | f39db3ce8fd2293a7f662cc111b2fba39643a56b /testing/scripts/build-umlrootfs | |
parent | 56ea95195acbb432ee7ab2f03883725408789e97 (diff) | |
parent | 995a9c8a0a00d52b2e5008433f22485b2f1bcf01 (diff) | |
download | strongswan-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-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 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 |