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

This reverts commit e9cc088153.
This commit is contained in:
Francis Lachapelle 2020-05-12 11:20:18 -04:00
parent 964e6f0cb1
commit f31a07fd74

View file

@ -6,6 +6,10 @@ export DH_VERBOSE=1
DESTDIR=$(CURDIR)/debian/tmp DESTDIR=$(CURDIR)/debian/tmp
DIST_CODENAME=$(shell lsb_release -cs) DIST_CODENAME=$(shell lsb_release -cs)
ifeq ($(DIST_CODENAME), squeeze)
SAML2_CONFIG=--enable-saml2
endif
ifeq ($(DIST_CODENAME), stretch) ifeq ($(DIST_CODENAME), stretch)
MFA_CONFIG=--enable-mfa MFA_CONFIG=--enable-mfa
endif endif