From 57d05a297df5ed0778a06406b09837f84406a098 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Sat, 24 Nov 2018 19:59:04 +0200 Subject: [PATCH] dovecot.m4: Call DC_DOVECOT_CFLAGS and HARDENING earlier Before SUBST --- m4/dovecot.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/m4/dovecot.m4 b/m4/dovecot.m4 index 17ea26309b..e18d584be1 100644 --- a/m4/dovecot.m4 +++ b/m4/dovecot.m4 @@ -372,6 +372,9 @@ AC_DEFUN([DC_DOVECOT],[ dovecot_statedir='$(statedir)' fi + DC_DOVECOT_CFLAGS + DC_DOVECOT_HARDENING + AX_SUBST_L([DISTCHECK_CONFIGURE_FLAGS], [dovecotdir], [dovecot_moduledir], [dovecot_installed_moduledir], [dovecot_pkgincludedir], [dovecot_pkglibexecdir], [dovecot_pkglibdir], [dovecot_docdir], [dovecot_statedir]) AX_SUBST_L([DOVECOT_INSTALLED], [DOVECOT_CFLAGS], [DOVECOT_LIBS], [DOVECOT_SSL_LIBS], [DOVECOT_SQL_LIBS], [DOVECOT_COMPRESS_LIBS], [DOVECOT_BINARY_CFLAGS], [DOVECOT_BINARY_LDFLAGS]) AX_SUBST_L([LIBDOVECOT], [LIBDOVECOT_LOGIN], [LIBDOVECOT_SQL], [LIBDOVECOT_SSL], [LIBDOVECOT_COMPRESS], [LIBDOVECOT_LDA], [LIBDOVECOT_STORAGE], [LIBDOVECOT_DSYNC], [LIBDOVECOT_LIBFTS]) @@ -382,7 +385,6 @@ AC_DEFUN([DC_DOVECOT],[ AM_CONDITIONAL(DOVECOT_INSTALLED, test "$DOVECOT_INSTALLED" = "yes") - DC_DOVECOT_HARDERNING DC_PLUGIN_DEPS DC_DOVECOT_TEST_WRAPPER ]) -- 2.47.3