]> git.pld-linux.org Git - packages/apr.git/commitdiff
- release 2: --enable-nonportable-atomics for ix86>386 (better performance)
authorradek <radek@pld-linux.org>
Fri, 10 Dec 2004 17:33:16 +0000 (17:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apr.spec -> 1.29

apr.spec

index b821cfd3fcadc4a5f9acdf5e5600b34c523a7d18..ec6274254bcb30e533f5efdca8c5284130511689 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.0.1
-Release:       1
+Release:       2
 Epoch:         1
 License:       Apache v2.0
 Group:         Libraries
@@ -78,6 +78,11 @@ Statyczna biblioteka apr.
 install /usr/share/automake/config.* build
 ./buildconf
 %configure \
+%ifarch %{ix86}
+%ifnarch i386
+       --enable-nonportable-atomics \
+%endif
+%endif
        --enable-threads
 %{__make}
 
This page took 0.038702 seconds and 4 git commands to generate.