Merge branch 'fix/saml'

This commit is contained in:
Francis Lachapelle
2021-05-31 16:56:24 -04:00
2 changed files with 19 additions and 26 deletions
-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)