mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 18:35:25 +00:00
chore(debian): enable SAML support for all Debian/Ubuntu distros
Fixes #5292
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user