fix bug 150339: fix include paths for libbind
This commit is contained in:
parent
1a131a6dd0
commit
c0b23989ef
@ -18,7 +18,7 @@
|
|||||||
Summary: A widely used Mail Transport Agent (MTA).
|
Summary: A widely used Mail Transport Agent (MTA).
|
||||||
Name: sendmail
|
Name: sendmail
|
||||||
Version: 8.13.3
|
Version: 8.13.3
|
||||||
Release: 1.1
|
Release: 1.2
|
||||||
License: Sendmail
|
License: Sendmail
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Provides: smtpdaemon
|
Provides: smtpdaemon
|
||||||
@ -43,6 +43,7 @@ Patch10: sendmail-8.12.7-manpage.patch
|
|||||||
Patch11: sendmail-8.13.2-dynamic.patch
|
Patch11: sendmail-8.13.2-dynamic.patch
|
||||||
Patch12: sendmail-8.13.0-cyrus.patch
|
Patch12: sendmail-8.13.0-cyrus.patch
|
||||||
Patch13: sendmail-8.13.3-close_wait.p2.patch
|
Patch13: sendmail-8.13.3-close_wait.p2.patch
|
||||||
|
Patch14: sendmail-8.13.3-fix_for_libbind.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
BuildRequires: tcp_wrappers
|
BuildRequires: tcp_wrappers
|
||||||
BuildRequires: db4-devel
|
BuildRequires: db4-devel
|
||||||
@ -135,6 +136,7 @@ your sendmail.cf file.
|
|||||||
%patch11 -p1 -b .dynamic
|
%patch11 -p1 -b .dynamic
|
||||||
%patch12 -p1 -b .cyrus
|
%patch12 -p1 -b .cyrus
|
||||||
%patch13 -p1 -b .close_wait.p2
|
%patch13 -p1 -b .close_wait.p2
|
||||||
|
%patch14 -p1 -b .fix_for_libbind
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# generate redhat config file
|
# generate redhat config file
|
||||||
@ -570,6 +572,10 @@ exit 0
|
|||||||
%{_docdir}/sendmail
|
%{_docdir}/sendmail
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 10 2005 Jason Vas Dias <jvdias@redhat.com> 8.13.3-1.2
|
||||||
|
- fix libbind include path - use /usr/include/bind/netdb.h, no
|
||||||
|
- /usr/include/netdb.h - bug: 150339
|
||||||
|
|
||||||
* Tue Mar 1 2005 Thomas Woerner <twoerner@redhat.com> 8.13.3-1.1
|
* 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
|
- fixed gcc4 build: use double quotes for confOPTIMIZE to avoid m4 confusion
|
||||||
with ','
|
with ','
|
||||||
|
Loading…
Reference in New Issue
Block a user