diff --git a/packaging/debian/rules b/packaging/debian/rules index 2a8e4f46c..7e2912703 100755 --- a/packaging/debian/rules +++ b/packaging/debian/rules @@ -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