1
0
mirror of https://github.com/Alinto/sogo.git synced 2025-04-18 10:04:00 +03:00

chore(packaging): Add default build directives for deb packages

This commit is contained in:
smizrahi 2024-10-01 11:18:30 +02:00
parent 64f17880c7
commit 594b0249c3

View File

@ -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