From a05f40ebab64b2b065a2700dd862084b5bb37d32 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Mar 01 2005 14:30:57 +0000 Subject: [tw] - fixed gcc4 build: use double quotes for confOPTIMIZE to avoid m4 confusion with ',' --- diff --git a/sendmail.spec b/sendmail.spec index 7314168..b9b2399 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -18,7 +18,7 @@ Summary: A widely used Mail Transport Agent (MTA). Name: sendmail Version: 8.13.3 -Release: 1 +Release: 1.1 License: Sendmail Group: System Environment/Daemons Provides: smtpdaemon @@ -140,7 +140,7 @@ your sendmail.cf file. # generate redhat config file cat > redhat.config.m4 << EOF define(\`confMAPDEF', \`-DNEWDB -DNIS -DHESIOD -DMAP_REGEX -DSOCKETMAP') -define(\`confOPTIMIZE', \`${RPM_OPT_FLAGS}') +define(\`confOPTIMIZE', \`\`${RPM_OPT_FLAGS}'') define(\`confENVDEF', \`-I/usr/include/db4 -I/usr/kerberos/include -Wall -DXDEBUG=0 -DTCPWRAPPERS -DNETINET6 -DHES_GETMAILHOST -DUSE_VENDOR_CF_PATH=1 -D_FFR_WORKAROUND_BROKEN_NAMESERVERS -D_FFR_SMTP_SSL') define(\`confLIBDIRS', \`-L/usr/kerberos/%{_lib}') define(\`confLIBS', \`-lnsl -lwrap -lhesiod -lcrypt -ldb') @@ -570,6 +570,10 @@ exit 0 %{_docdir}/sendmail %changelog +* Tue Mar 1 2005 Thomas Woerner 8.13.3-1.1 +- fixed gcc4 build: use double quotes for confOPTIMIZE to avoid m4 confusion + with ',' + * Wed Jan 26 2005 Thomas Woerner 8.13.3-1 - new version 8.13.3 with closewait.p2 patch