[tw]
- fixed gcc4 build: use double quotes for confOPTIMIZE to avoid m4 confusion with ','
This commit is contained in:
parent
2f4935e915
commit
a05f40ebab
@ -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 <twoerner@redhat.com> 8.13.3-1.1
|
||||
- fixed gcc4 build: use double quotes for confOPTIMIZE to avoid m4 confusion
|
||||
with ','
|
||||
|
||||
* Wed Jan 26 2005 Thomas Woerner <twoerner@redhat.com> 8.13.3-1
|
||||
- new version 8.13.3 with closewait.p2 patch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user