python-is-python3 is needed because scripts use /usr/bin/python. mfa enabled.
This commit is contained in:
parent
edbac401b5
commit
6a8186709b
|
@ -30,12 +30,14 @@
|
|||
- libcurl4-openssl-dev
|
||||
- libldap2-dev
|
||||
- liblasso3-dev
|
||||
- liboath-dev
|
||||
- libmemcached-dev
|
||||
- libsodium-dev
|
||||
- libssl-dev
|
||||
- make
|
||||
- postgresql-server-dev-all
|
||||
- python3
|
||||
- python-is-python3
|
||||
- libzip-dev
|
||||
|
||||
- name: '[sogo] sope-git'
|
||||
|
@ -65,7 +67,7 @@
|
|||
|
||||
- name: '[sogo] configure sogo'
|
||||
shell: |
|
||||
./configure --disable-debug --enable-strip --enable-saml2 --with-ssl=gnutls
|
||||
./configure --disable-debug --enable-strip --enable-saml2 --enable-mfa --with-ssl=gnutls
|
||||
args:
|
||||
chdir: /root/develop/sogo
|
||||
- name: '[sogo] make sogo'
|
||||
|
|
Loading…
Reference in a new issue