]> git.pld-linux.org Git - packages/valgrind.git/blobdiff - valgrind.spec
- rel 2; wrap malloc calls; no rdrand; from FC
[packages/valgrind.git] / valgrind.spec
index a800fffe8dfe51469b85b71f013e161ad5c54731..44cb1f5e61dd7aebffbd32aa52d3e66124190e2e 100644 (file)
@@ -8,20 +8,24 @@ Summary:      An open-source memory debugger
 Summary(pl.UTF-8):     Otwarty odpluskwiacz pamięci
 Name:          valgrind
 Version:       3.11.0
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Development/Tools
 Source0:       http://valgrind.org/downloads/%{name}-%{version}.tar.bz2
 # Source0-md5: 4ea62074da73ae82e0162d6550d3f129
 Patch0:                %{name}-native-cpuid.patch
 Patch1:                %{name}-ld_linux_strlen.patch
+Patch2:                valgrind-3.11.0-wrapmalloc.patch
+Patch3:                valgrind-3.11.0-no-rdrand.patch
 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}
@@ -55,6 +59,8 @@ pracować.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 sed -i -e 's:^CFLAGS="-Wno-long-long":CFLAGS="$CFLAGS -Wno-long-long":' configure.ac
 
This page took 0.040733 seconds and 4 git commands to generate.