From eda1a426f3595f7cf512e557442b1eb0df56d0ef Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 3 Apr 2020 00:23:58 +0000 Subject: [PATCH] Specify value for confCC in redhat.config.m4 __cc defaults to gcc, so this does not change the current build at all, but it allows us to to do test builds with other compilers simply by redefining the __cc macro. --- sendmail.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sendmail.spec b/sendmail.spec index c40a131..86c1b0c 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -19,7 +19,7 @@ Summary: A widely used Mail Transport Agent (MTA) Name: sendmail Version: 8.15.2 -Release: 43%{?dist} +Release: 44%{?dist} License: Sendmail URL: http://www.sendmail.org/ @@ -237,6 +237,7 @@ define(\`confMAN8SRC', \`8') define(\`confSTDIR', \`%{stdir}') define(\`STATUS_FILE', \`%{stdir}/statistics') define(\`confLIBSEARCH', \`db resolv 44bsd') +define(\`confCC', \`%{__cc}') EOF #' @@ -713,6 +714,9 @@ exit 0 %changelog +* Fri Apr 03 2020 Tom Stellard - 8.15.2-44 +- Specify value for confCC in redhat.config.m4 + * Mon Feb 10 2020 Jaroslav Škarvada - 8.15.2-43 - Fixed FTBFS with gcc-10 Resolves: rhbz#1800082