valgrind: rebuild against glibc-2.19.

This commit is contained in:
Juan RP 2014-02-08 09:13:06 +01:00
parent 973c2d21d7
commit f013c28435

View file

@ -1,13 +1,13 @@
# Template file for 'valgrind'
pkgname=valgrind
version=3.9.0
revision=1
revision=2
only_for_archs="i686 x86_64 armv7l"
build_style=gnu-configure
configure_args="--enable-tls --with-mpicc=/dev/null"
hostmakedepends="perl pkg-config"
makedepends="libgomp-devel"
depends="perl glibc>=2.18<2.19 glibc-dbg>=2.18<2.19"
depends="perl glibc>=2.19<2.20 glibc-dbg>=2.19<2.20"
short_desc="Tool for finding memory management bugs in programs"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://valgrind.org/"