]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dovecot-config: Add AM_CFLAGS to DOVECOT_CFLAGS
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 14 Oct 2025 09:22:04 +0000 (12:22 +0300)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 14 Oct 2025 09:22:27 +0000 (12:22 +0300)
Most of the flags are now in AM_CFLAGS since
25785c90702c0d01f4abf15da546d2bc3bf8e276

dovecot-config.in.in

index d18f26491071c21b6966bdd4d0f82d1595cad808..cfe3069104c7b6e92e9ed8430246b1112059362e 100644 (file)
@@ -1,4 +1,4 @@
-DOVECOT_CFLAGS="@CFLAGS@"
+DOVECOT_CFLAGS="@AM_CFLAGS@ @CFLAGS@"
 DOVECOT_LIBS="@LIBS@"
 DOVECOT_SSL_LIBS="@SSL_LIBS@"
 DOVECOT_SQL_LIBS="@SQL_LIBS@"