[packages/valgrind] - glibc 6.22 is fine now (handled by generic condition in configure) - x32 ABI is still not supporte
qboosh
qboosh at pld-linux.org
Mon Nov 16 19:51:56 CET 2015
commit a8c253df4b40ac3ecadc8847d08b1d4a711a29d8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Nov 16 19:52:22 2015 +0100
- glibc 6.22 is fine now (handled by generic condition in configure)
- x32 ABI is still not supported; x32 package contains 64-bit valgrind supporting x86_64 and i386 ABIs
valgrind.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/valgrind.spec b/valgrind.spec
index a800fff..523b504 100644
--- a/valgrind.spec
+++ b/valgrind.spec
@@ -19,9 +19,11 @@ URL: http://valgrind.org/
BuildRequires: autoconf >= 2.50
BuildRequires: automake >= 1:1.10
BuildRequires: gcc >= 5:3.0
+%ifarch x32
+BuildRequires: gcc-multilib-64 >= 5:3.0
+%endif
# check in configure.ac:882 AC_MSG_CHECKING([the GLIBC_VERSION version])
BuildRequires: glibc-devel >= 6:2.2
-BuildRequires: glibc-devel < 6:2.22
BuildRequires: libgomp-devel
BuildRequires: libstdc++-devel
%{?with_mpi:BuildRequires: mpi-devel}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/valgrind.git/commitdiff/a8c253df4b40ac3ecadc8847d08b1d4a711a29d8
More information about the pld-cvs-commit
mailing list