valgrind: update to 3.22.0.
This commit is contained in:
parent
a4b0bd0d1f
commit
0b6b712005
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'valgrind'
|
||||
pkgname=valgrind
|
||||
version=3.21.0
|
||||
version=3.22.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-tls --without-mpicc --enable-lto=yes"
|
||||
|
@ -12,8 +12,8 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="http://valgrind.org/"
|
||||
changelog="https://valgrind.org/docs/manual/dist.news.html"
|
||||
distfiles="https://sourceware.org/pub/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=10ce1618bb3e33fad16eb79552b0a3e1211762448a0d7fce11c8a6243b9ac971
|
||||
distfiles="https://sourceware.org/pub/valgrind/valgrind-${version}.tar.bz2"
|
||||
checksum=c811db5add2c5f729944caf47c4e7a65dcaabb9461e472b578765dd7bf6d2d4c
|
||||
|
||||
CFLAGS="-fno-stack-protector"
|
||||
CXXFLAGS="-fno-stack-protector"
|
||||
|
|
Loading…
Reference in New Issue