Skip to content

Commit

Permalink
fix(packaging): Add MFA to Ubuntu Jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodySlum committed Mar 15, 2023
1 parent 64d817a commit 66c728c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packaging/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 66c728c

Please sign in to comment.