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:
parent
64f17880c7
commit
594b0249c3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user