Force use of new functions.
This commit is contained in:
parent
3c32327431
commit
36f1164292
5
apr.spec
5
apr.spec
@ -52,6 +52,11 @@ 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
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--includedir=%{_includedir}/apr-%{aprver} \
|
--includedir=%{_includedir}/apr-%{aprver} \
|
||||||
--with-installbuilddir=%{_libdir}/apr-%{aprver}/build \
|
--with-installbuilddir=%{_libdir}/apr-%{aprver}/build \
|
||||||
|
Loading…
Reference in New Issue
Block a user