From 594b0249c32b7182e2c3a2291d9841f3fb6c63bd Mon Sep 17 00:00:00 2001 From: smizrahi Date: Tue, 1 Oct 2024 11:18:30 +0200 Subject: [PATCH] chore(packaging): Add default build directives for deb packages --- packaging/debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/debian/rules b/packaging/debian/rules index d8cf5c00c..873d4e4a9 100755 --- a/packaging/debian/rules +++ b/packaging/debian/rules @@ -73,6 +73,11 @@ ifeq ($(DIST_CODENAME), noble) MFA_CONFIG=--enable-mfa endif +# All other cases +ifeq ($(MFA_CONFIG),) +MFA_CONFIG=--enable-mfa +endif + include /etc/GNUstep/GNUstep.conf include /usr/share/GNUstep/Makefiles/common.make