mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
valgrind: update to 3.22.0.
This commit is contained in:
parent
a4b0bd0d1f
commit
0b6b712005
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'valgrind'
|
# Template file for 'valgrind'
|
||||||
pkgname=valgrind
|
pkgname=valgrind
|
||||||
version=3.21.0
|
version=3.22.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-tls --without-mpicc --enable-lto=yes"
|
configure_args="--enable-tls --without-mpicc --enable-lto=yes"
|
||||||
|
@ -12,8 +12,8 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://valgrind.org/"
|
homepage="http://valgrind.org/"
|
||||||
changelog="https://valgrind.org/docs/manual/dist.news.html"
|
changelog="https://valgrind.org/docs/manual/dist.news.html"
|
||||||
distfiles="https://sourceware.org/pub/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://sourceware.org/pub/valgrind/valgrind-${version}.tar.bz2"
|
||||||
checksum=10ce1618bb3e33fad16eb79552b0a3e1211762448a0d7fce11c8a6243b9ac971
|
checksum=c811db5add2c5f729944caf47c4e7a65dcaabb9461e472b578765dd7bf6d2d4c
|
||||||
|
|
||||||
CFLAGS="-fno-stack-protector"
|
CFLAGS="-fno-stack-protector"
|
||||||
CXXFLAGS="-fno-stack-protector"
|
CXXFLAGS="-fno-stack-protector"
|
||||||
|
|
Loading…
Add table
Reference in a new issue