Skip to content

Commit

Permalink
fix(packaging): don't enable mfa on squeeze
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed May 12, 2020
1 parent a0e5699 commit e9cc088
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packaging/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ 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
Expand Down

0 comments on commit e9cc088

Please sign in to comment.