valgrind: rebuild against glibc-2.19.
This commit is contained in:
parent
973c2d21d7
commit
f013c28435
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'valgrind'
|
# Template file for 'valgrind'
|
||||||
pkgname=valgrind
|
pkgname=valgrind
|
||||||
version=3.9.0
|
version=3.9.0
|
||||||
revision=1
|
revision=2
|
||||||
only_for_archs="i686 x86_64 armv7l"
|
only_for_archs="i686 x86_64 armv7l"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-tls --with-mpicc=/dev/null"
|
configure_args="--enable-tls --with-mpicc=/dev/null"
|
||||||
hostmakedepends="perl pkg-config"
|
hostmakedepends="perl pkg-config"
|
||||||
makedepends="libgomp-devel"
|
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"
|
short_desc="Tool for finding memory management bugs in programs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://valgrind.org/"
|
homepage="http://valgrind.org/"
|
||||||
|
|
Loading…
Reference in a new issue