]> git.pld-linux.org Git - packages/apr.git/blobdiff - apr.spec
- rel 4
[packages/apr.git] / apr.spec
index ed9f05945d9d5f572a1736d6bcd59ad717b97379..73e3f9e26086df10a03eaa74600d991e69eb6137 100644 (file)
--- a/apr.spec
+++ b/apr.spec
@@ -2,7 +2,7 @@ Summary:        Apache Portable Runtime
 Summary(pl):   Apache Portable Runtime - przeno¶na biblioteka uruchomieniowa
 Name:          apr
 Version:       1.1.1
-Release:       1
+Release:       4
 Epoch:         1
 License:       Apache v2.0
 Group:         Libraries
@@ -16,6 +16,7 @@ URL:          http://apr.apache.org/
 BuildRequires: autoconf >= 2.13
 BuildRequires: automake
 BuildRequires: libtool >= 1.3.3
+BuildRequires: libuuid-devel
 BuildRequires: perl-base
 BuildRequires: python
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -78,7 +79,11 @@ Statyczna biblioteka apr.
 %build
 install /usr/share/automake/config.* build
 ./buildconf
+# 2.4/2.6 kernels on sparc32 do not support sendfile64
 %configure \
+%ifarch sparc
+       ac_cv_func_sendfile64=no \
+%endif
        --with-devrandom=/dev/urandom \
 %ifarch %{ix86}
 %ifnarch i386
This page took 0.106368 seconds and 4 git commands to generate.