Revert "fix(packaging): don't enable mfa on squeeze"

This reverts commit e9cc088153.
pull/274/head
Francis Lachapelle 2020-05-12 11:20:18 -04:00
parent 964e6f0cb1
commit f31a07fd74
1 changed files with 4 additions and 0 deletions

View File

@ -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