]> git.pld-linux.org Git - packages/apr-compat.git/blobdiff - apr-compat.spec
- updated to 1.1.1
[packages/apr-compat.git] / apr-compat.spec
index 0d6ab0404c8848bdd79406260a56a681cbe23278..a0cbf3fed884bc98b07f5cb58dd140fc16a747fc 100644 (file)
@@ -1,15 +1,17 @@
 Summary:       Apache Portable Runtime
 Summary(pl):   Apache Portable Runtime - przeno¶na biblioteka uruchomieniowa
 Name:          apr
-Version:       1.0.0
+Version:       1.1.1
 Release:       1
 Epoch:         1
 License:       Apache v2.0
 Group:         Libraries
 Source0:       http://www.apache.org/dist/apr/%{name}-%{version}.tar.gz
-# Source0-md5: ccd5c21292581be4ba9db10ad5cc8ced
+# Source0-md5: e153fda2df2338250548448c7a6e3d59
 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
 BuildRequires: automake
@@ -70,11 +72,18 @@ Statyczna biblioteka apr.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 install /usr/share/automake/config.* build
 ./buildconf
 %configure \
+       --with-devrandom=/dev/urandom \
+%ifarch %{ix86}
+%ifnarch i386
+       --enable-nonportable-atomics \
+%endif
+%endif
        --enable-threads
 %{__make}
 
This page took 0.027999 seconds and 4 git commands to generate.