valgrind: enable TLS support.
--HG-- extra : convert_revision : 614606fb1e48099031d970bec247e9c28b71b222
This commit is contained in:
parent
30f88adaf1
commit
85734d0df7
1 changed files with 3 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
|||
# Template file for 'valgrind'
|
||||
pkgname=valgrind
|
||||
version=3.5.0
|
||||
revision=1
|
||||
distfiles="http://www.valgrind.org/downloads/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-tls"
|
||||
short_desc="Tool for finding memory management bugs in programs"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=743a5132bbebc247169aefae6e17657677fdf0961aba1668dd4ee7028d27ba80
|
||||
|
@ -16,6 +18,7 @@ long_desc="
|
|||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency full perl
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build automake
|
||||
|
||||
pre_configure()
|
||||
|
|
Loading…
Reference in a new issue