mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 18:35:25 +00:00
fix(packaging): enable mfa on focal
This commit is contained in:
@@ -23,6 +23,10 @@ ifeq ($(DIST_CODENAME), bionic)
|
||||
MFA_CONFIG=--enable-mfa
|
||||
endif
|
||||
|
||||
ifeq ($(DIST_CODENAME), focal)
|
||||
MFA_CONFIG=--enable-mfa
|
||||
endif
|
||||
|
||||
include /etc/GNUstep/GNUstep.conf
|
||||
include /usr/share/GNUstep/Makefiles/common.make
|
||||
|
||||
|
||||
@@ -26,6 +26,10 @@ ifeq ($(DIST_CODENAME), bionic)
|
||||
MFA_CONFIG=--enable-mfa
|
||||
endif
|
||||
|
||||
ifeq ($(DIST_CODENAME), focal)
|
||||
MFA_CONFIG=--enable-mfa
|
||||
endif
|
||||
|
||||
include /etc/GNUstep/GNUstep.conf
|
||||
include /usr/share/GNUstep/Makefiles/common.make
|
||||
|
||||
|
||||
Reference in New Issue
Block a user