From 5c88bd4f6c9fd539b64d808e3ae94e9ec8eeeac9 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 17 May 2021 11:06:47 -0400 Subject: [PATCH] chore(debian): enable SAML support for all Debian/Ubuntu distros Fixes #5292 --- packaging/debian/rules | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packaging/debian/rules b/packaging/debian/rules index 37ff9553d..df577bd8d 100755 --- a/packaging/debian/rules +++ b/packaging/debian/rules @@ -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)