]> git.pld-linux.org Git - packages/jemalloc.git/commitdiff
- prefix symbols with je_ (for redis 2.4, feel free to do it otherwise so it would... auto/th/jemalloc-2_2_3-2
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 29 Oct 2011 11:52:45 +0000 (11:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    jemalloc.spec -> 1.3

jemalloc.spec

index ce50db42e852ef5484d13d1400fbe00a80e8930a..fcd010f1fb1d05e40941bef1339f42a70655b16d 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       General-purpose scalable concurrent malloc implementation
 Name:          jemalloc
 Version:       2.2.3
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries
 URL:           http://www.canonware.com/jemalloc/
@@ -46,7 +46,9 @@ Statyczna biblioteka jemalloc.
 cp -p VERSION version
 
 %build
-%configure
+%configure \
+  --with-jemalloc-prefix=je_
+
 %{__make}
 
 %install
This page took 0.089323 seconds and 4 git commands to generate.