[packages/jemalloc] add x32 to supported archs, seems to build

glen glen at pld-linux.org
Mon Mar 2 21:37:53 CET 2015


commit e909dd82b4c8ff3b4289301cf3f59960ff08b139
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Mar 2 22:37:23 2015 +0200

    add x32 to supported archs, seems to build
    
    also add link to source, not sure which line was intended in previous
    comment

 jemalloc.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/jemalloc.spec b/jemalloc.spec
index 077c3cb..44ecc6d 100644
--- a/jemalloc.spec
+++ b/jemalloc.spec
@@ -2,7 +2,7 @@ Summary:	General-purpose scalable concurrent malloc implementation
 Summary(pl.UTF-8):	Ogólnego przeznaczenia, skalowalna, współbieżna implementacja funkcji malloc
 Name:		jemalloc
 Version:	3.6.0
-Release:	1
+Release:	2
 License:	BSD
 Group:		Libraries
 Source0:	http://www.canonware.com/download/jemalloc/%{name}-%{version}.tar.bz2
@@ -12,7 +12,8 @@ Patch0:		no_pprof.patch
 URL:		http://www.canonware.com/jemalloc/
 BuildRequires:	libxslt-progs
 # list from include/jemalloc/internal/jemalloc_internal.h.in
-ExclusiveArch:	%{ix86} %{x8664} alpha arm ia64 mips ppc s390x sh4 sparc64 tile
+# https://github.com/jemalloc/jemalloc/blob/3.6.0/include/jemalloc/internal/jemalloc_internal.h.in#L239
+ExclusiveArch:	%{ix86} %{x8664} alpha arm ia64 mips ppc s390x sh4 sparc64 tile x32
 # broken for us
 # alpha: Missing implementation for 64-bit atomic operations"
 # alpha: Missing implementation for 32-bit atomic operations"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jemalloc.git/commitdiff/e909dd82b4c8ff3b4289301cf3f59960ff08b139



More information about the pld-cvs-commit mailing list