chore(debian): enable SAML support for all Debian/Ubuntu distros

Fixes #5292
This commit is contained in:
Francis Lachapelle
2021-05-17 11:06:47 -04:00
parent 1d88d36ded
commit 5c88bd4f6c
-5
View File
@@ -5,12 +5,7 @@ export DH_VERBOSE=1
DESTDIR=$(CURDIR)/debian/tmp
DIST_CODENAME=$(shell lsb_release -cs)
# Debian 6
ifeq ($(DIST_CODENAME), squeeze)
SAML2_CONFIG=--enable-saml2
SODIUM_CONFIG=--disable-sodium
endif
# Debian 7
ifeq ($(DIST_CODENAME), wheezy)