From a8c253df4b40ac3ecadc8847d08b1d4a711a29d8 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 16 Nov 2015 19:52:22 +0100 Subject: [PATCH] - 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} -- 2.43.0