fix(packaging): enable mfa on focal

This commit is contained in:
Ludovic Marcotte
2020-05-12 13:44:10 -04:00
parent f31a07fd74
commit a102a94ac5
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -23,6 +23,10 @@ ifeq ($(DIST_CODENAME), bionic)
MFA_CONFIG=--enable-mfa
endif
ifeq ($(DIST_CODENAME), focal)
MFA_CONFIG=--enable-mfa
endif
include /etc/GNUstep/GNUstep.conf
include /usr/share/GNUstep/Makefiles/common.make
+4
View File
@@ -26,6 +26,10 @@ ifeq ($(DIST_CODENAME), bionic)
MFA_CONFIG=--enable-mfa
endif
ifeq ($(DIST_CODENAME), focal)
MFA_CONFIG=--enable-mfa
endif
include /etc/GNUstep/GNUstep.conf
include /usr/share/GNUstep/Makefiles/common.make