]> git.pld-linux.org Git - packages/apr-compat.git/commitdiff
- bcond descs auto/th/apr-1_2_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Nov 2005 19:18:41 +0000 (19:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apr-compat.spec -> 1.41

apr-compat.spec

index 15109a15ec1f6304c0d34d1e53d2405de9102674..e74c2a223abe7337f975872a705d30e09b280818 100644 (file)
@@ -1,5 +1,8 @@
-%bcond_with    epoll
-%bcond_with    tcpnodelaycork
+#
+# Conditional build (Linux 2.4 compat, switch after Ac):
+%bcond_with    epoll           # use epoll() syscall (requires Linux 2.6)
+%bcond_with    tcpnodelaycork  # use TCP_NODELAY|TCP_CORK flags (requires Linux 2.6)
+#
 Summary:       Apache Portable Runtime
 Summary(pl):   Apache Portable Runtime - przeno¶na biblioteka uruchomieniowa
 Name:          apr
@@ -12,7 +15,6 @@ Source0:      http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2
 # Source0-md5: c43d923b02cf1983106d694976be89c1
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-metuxmpm.patch
-# EPOLL PATCH: TO BE DROPPED AFTER AC
 Patch2:                %{name}-no-epoll.patch
 URL:           http://apr.apache.org/
 BuildRequires: autoconf >= 2.13
@@ -83,7 +85,6 @@ Statyczna biblioteka apr.
 %build
 install /usr/share/automake/config.* build
 ./buildconf
-# disable TCP_NODELAY|TCP_CORK for 2.4.x compatibility (to be dropped after Ac)
 # 2.4/2.6 kernels on sparc32 do not support sendfile64
 %configure \
        %{!?with_tcpnodelaycork:apr_cv_tcp_nodelay_with_cork=no} \
This page took 0.030087 seconds and 4 git commands to generate.