mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
2d866a2ad5
commit
b7cb0fe1b3
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'valgrind'
|
# Template file for 'valgrind'
|
||||||
pkgname=valgrind
|
pkgname=valgrind
|
||||||
version=3.22.0
|
version=3.22.0
|
||||||
revision=1
|
revision=2
|
||||||
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"
|
||||||
hostmakedepends="automake perl pkg-config"
|
hostmakedepends="automake perl pkg-config"
|
||||||
|
@ -14,6 +14,8 @@ 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/valgrind/valgrind-${version}.tar.bz2"
|
distfiles="https://sourceware.org/pub/valgrind/valgrind-${version}.tar.bz2"
|
||||||
checksum=c811db5add2c5f729944caf47c4e7a65dcaabb9461e472b578765dd7bf6d2d4c
|
checksum=c811db5add2c5f729944caf47c4e7a65dcaabb9461e472b578765dd7bf6d2d4c
|
||||||
|
# https://valgrind.org/docs/manual/dist.readme-packagers.html
|
||||||
|
nostrip=yes
|
||||||
|
|
||||||
CFLAGS="-fno-stack-protector"
|
CFLAGS="-fno-stack-protector"
|
||||||
CXXFLAGS="-fno-stack-protector"
|
CXXFLAGS="-fno-stack-protector"
|
||||||
|
|
Loading…
Add table
Reference in a new issue