fix(packaging): Add MFA to Ubuntu Jammy

This commit is contained in:
smizrahi
2023-03-15 09:55:42 +01:00
parent 64d817ab0d
commit 66c728ca84

View File

@@ -58,6 +58,11 @@ ifeq ($(DIST_CODENAME), focal)
MFA_CONFIG=--enable-mfa
endif
# Ubuntu 22.04
ifeq ($(DIST_CODENAME), jammy)
MFA_CONFIG=--enable-mfa
endif
include /etc/GNUstep/GNUstep.conf
include /usr/share/GNUstep/Makefiles/common.make