From 30040ba5902d75962873083d63fb038f25f0a5f8 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 6 Dec 2021 13:04:51 -0500 Subject: [PATCH] chore(debian): enable MFA on Debian 11/Bullseye Fixes #5438 --- packaging/debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/debian/rules b/packaging/debian/rules index 7b1ed5f27..6b7a6a741 100755 --- a/packaging/debian/rules +++ b/packaging/debian/rules @@ -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