diff --git a/packaging/debian-multiarch/rules b/packaging/debian-multiarch/rules index b4957d895..1cf9635b7 100755 --- a/packaging/debian-multiarch/rules +++ b/packaging/debian-multiarch/rules @@ -5,24 +5,23 @@ export DH_VERBOSE=1 DESTDIR=$(CURDIR)/debian/tmp DIST_CODENAME=$(shell lsb_release -cs) - SAML2_CONFIG=--enable-saml2 -#ifeq ($(DIST_CODENAME), stretch) +ifeq ($(DIST_CODENAME), stretch) MFA_CONFIG=--enable-mfa -#endif +endif -#ifeq ($(DIST_CODENAME), buster) +ifeq ($(DIST_CODENAME), buster) MFA_CONFIG=--enable-mfa -#endif +endif -#ifeq ($(DIST_CODENAME), xenial) +ifeq ($(DIST_CODENAME), xenial) MFA_CONFIG=--enable-mfa -#endif +endif -#ifeq ($(DIST_CODENAME), bionic) +ifeq ($(DIST_CODENAME), bionic) MFA_CONFIG=--enable-mfa -#endif +endif include /etc/GNUstep/GNUstep.conf include /usr/share/GNUstep/Makefiles/common.make diff --git a/packaging/debian/rules b/packaging/debian/rules index d965196f8..ca06babff 100755 --- a/packaging/debian/rules +++ b/packaging/debian/rules @@ -6,21 +6,21 @@ export DH_VERBOSE=1 DESTDIR=$(CURDIR)/debian/tmp DIST_CODENAME=$(shell lsb_release -cs) -#ifeq ($(DIST_CODENAME), stretch) +ifeq ($(DIST_CODENAME), stretch) MFA_CONFIG=--enable-mfa -#endif +endif -#ifeq ($(DIST_CODENAME), buster) +ifeq ($(DIST_CODENAME), buster) MFA_CONFIG=--enable-mfa -#endif +endif -#ifeq ($(DIST_CODENAME), xenial) +ifeq ($(DIST_CODENAME), xenial) MFA_CONFIG=--enable-mfa -#endif +endif -#ifeq ($(DIST_CODENAME), bionic) +ifeq ($(DIST_CODENAME), bionic) MFA_CONFIG=--enable-mfa -#endif +endif include /etc/GNUstep/GNUstep.conf include /usr/share/GNUstep/Makefiles/common.make