recreate autoconf to get correct includes when determining type sizes in
order to successfully rebuild
This commit is contained in:
parent
ac899e710b
commit
22a6f46d84
@ -1,7 +1,7 @@
|
|||||||
Summary: Bidirectional data relay between two data channels ('netcat++')
|
Summary: Bidirectional data relay between two data channels ('netcat++')
|
||||||
Name: socat
|
Name: socat
|
||||||
Version: 1.7.1.1
|
Version: 1.7.1.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Url: http://www.dest-unreach.org/%{name}
|
Url: http://www.dest-unreach.org/%{name}
|
||||||
Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
|
Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
|
||||||
@ -9,6 +9,7 @@ Patch0: socat-wall.patch
|
|||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: openssl-devel readline-devel ncurses-devel kernel-headers > 2.6.18
|
BuildRequires: openssl-devel readline-devel ncurses-devel kernel-headers > 2.6.18
|
||||||
|
BuildRequires: autoconf
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Socat is a relay for bidirectional data transfer between two independent data
|
Socat is a relay for bidirectional data transfer between two independent data
|
||||||
@ -25,6 +26,7 @@ mv CHANGES.utf8 CHANGES
|
|||||||
%patch0
|
%patch0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoconf
|
||||||
%configure \
|
%configure \
|
||||||
--enable-help --enable-stdio \
|
--enable-help --enable-stdio \
|
||||||
--enable-fdnum --enable-file --enable-creat \
|
--enable-fdnum --enable-file --enable-creat \
|
||||||
@ -60,6 +62,10 @@ rm -rf %{buildroot}
|
|||||||
%doc %{_mandir}/man1/socat.1*
|
%doc %{_mandir}/man1/socat.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 29 2009 Caolán McNamara <caolanm@redhat.com> - 1.7.1.1-5
|
||||||
|
- recreate autoconf to get correct includes when determining type
|
||||||
|
sizes in order to build correctly
|
||||||
|
|
||||||
* Fri Aug 28 2009 Paul Wouters <paul@xelerance.com> - 1.7.1.1-4
|
* Fri Aug 28 2009 Paul Wouters <paul@xelerance.com> - 1.7.1.1-4
|
||||||
- Bump for new openssl
|
- Bump for new openssl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user