]> git.pld-linux.org Git - packages/apr.git/blame - apr.spec
- disable sendfile64 on 32-bit ppc; release 2
[packages/apr.git] / apr.spec
CommitLineData
5fee3881
JB
1#
2# Conditional build (Linux 2.4 compat, switch after Ac):
3%bcond_with epoll # use epoll() syscall (requires Linux 2.6)
e1871e12 4%bcond_with sendfile64 # use sendfile64 on even if it requires Linux 2.6
5fee3881
JB
5%bcond_with tcpnodelaycork # use TCP_NODELAY|TCP_CORK flags (requires Linux 2.6)
6#
e1871e12
JB
7# Linux 2.4.32 supports sendfile64 only on i386 and mips (only 32-bit archs matter)
8%ifnarch ppc sparc sparc64
9%define with_sendfile64 1
10%endif
f3bf17ad 11Summary: Apache Portable Runtime
b4838f76 12