From f31a07fd7442648fff0fd80dbde74c5c108ac7da Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 12 May 2020 11:20:18 -0400 Subject: [PATCH] Revert "fix(packaging): don't enable mfa on squeeze" This reverts commit e9cc0881530e126c3a3cb0516455b3cb78e67a82. --- packaging/debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/debian/rules b/packaging/debian/rules index ca06babff..c31357335 100755 --- a/packaging/debian/rules +++ b/packaging/debian/rules @@ -6,6 +6,10 @@ export DH_VERBOSE=1 DESTDIR=$(CURDIR)/debian/tmp DIST_CODENAME=$(shell lsb_release -cs) +ifeq ($(DIST_CODENAME), squeeze) +SAML2_CONFIG=--enable-saml2 +endif + ifeq ($(DIST_CODENAME), stretch) MFA_CONFIG=--enable-mfa endif