]> git.pld-linux.org Git - packages/apr-compat.git/commitdiff
- updated to 1.2.2 (bugfixes) auto/ac/apr-1_2_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 14 Oct 2005 08:01:24 +0000 (08:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- avoid simultaneous TCP_NODELAY|TCP_CORK (for Linux 2.4.x compatibility)

Changed files:
    apr-compat.spec -> 1.38

apr-compat.spec

index 939effdd784f8cc4c1d10a60de268a6445cbe309..5a9af7d5833987576399ff4f71cfdb74c433c7c2 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       Apache Portable Runtime
 Summary(pl):   Apache Portable Runtime - przeno¶na biblioteka uruchomieniowa
 Name:          apr
-Version:       1.2.1
+Version:       1.2.2
 Release:       1
 Epoch:         1
 License:       Apache v2.0
 Group:         Libraries
 Source0:       http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2
-# Source0-md5: db77e071bb693958aed82e8c5cbae445
+# Source0-md5: c43d923b02cf1983106d694976be89c1
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-metuxmpm.patch
 # EPOLL PATCH: TO BE DROPPED AFTER AC
@@ -79,9 +79,11 @@ 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 \
-%ifarch sparc
+       apr_cv_tcp_nodelay_with_cork=no \
+%ifarch sparc sparcv9
        ac_cv_func_sendfile64=no \
 %endif
        --with-devrandom=/dev/urandom \
This page took 0.119332 seconds and 4 git commands to generate.