Skip to content

Commit

Permalink
chore(debian): enable MFA on Debian 11/Bullseye
Browse files Browse the repository at this point in the history
Fixes #5438
  • Loading branch information
cgx committed Dec 6, 2021
1 parent 6e73148 commit 30040ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packaging/debian/rules
Expand Up @@ -27,6 +27,11 @@ ifeq ($(DIST_CODENAME), buster)
MFA_CONFIG=--enable-mfa
endif

# Debian 11
ifeq ($(DIST_CODENAME), bullseye)
MFA_CONFIG=--enable-mfa
endif

# Ubuntu 12.04
ifeq ($(DIST_CODENAME), precise)
SODIUM_CONFIG=--disable-sodium
Expand Down

0 comments on commit 30040ba

Please sign in to comment.