Revert use of accept4(), dup3() and epoll_create1().
This commit is contained in:
parent
2ea957ac80
commit
6f2b5ac807
9
apr.spec
9
apr.spec
@ -52,12 +52,6 @@ C data structures and routines.
|
|||||||
# does not use -lrt).
|
# does not use -lrt).
|
||||||
export ac_cv_search_shm_open=no
|
export ac_cv_search_shm_open=no
|
||||||
|
|
||||||
# We know we have these on new Fedoras (kernel >= 2.6.28)
|
|
||||||
export apr_cv_epoll_create1=yes
|
|
||||||
export apr_cv_dup3=yes
|
|
||||||
export apr_cv_accept4=yes
|
|
||||||
export apr_cv_sock_cloexec=yes
|
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--includedir=%{_includedir}/apr-%{aprver} \
|
--includedir=%{_includedir}/apr-%{aprver} \
|
||||||
--with-installbuilddir=%{_libdir}/apr-%{aprver}/build \
|
--with-installbuilddir=%{_libdir}/apr-%{aprver}/build \
|
||||||
@ -127,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 28 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.9-2
|
||||||
|
- revert use of accept4(), dup3() and epoll_create1()
|
||||||
|
|
||||||
* Fri Sep 25 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.9-1
|
* Fri Sep 25 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.9-1
|
||||||
- bump up to 1.3.9
|
- bump up to 1.3.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user