mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +02:00
valgrind: provide /usr/lib32/valgrind/default.supp
This commit is contained in:
parent
87a9045b93
commit
6ba50b59b4
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'valgrind'
|
# Template file for 'valgrind'
|
||||||
pkgname=valgrind
|
pkgname=valgrind
|
||||||
version=3.11.0
|
version=3.11.0
|
||||||
revision=3
|
revision=4
|
||||||
only_for_archs="i686 x86_64 armv7l i686-musl x86_64-musl armv7l-musl"
|
only_for_archs="i686 x86_64 armv7l i686-musl x86_64-musl armv7l-musl"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-tls --with-mpicc=/dev/null"
|
configure_args="--enable-tls --with-mpicc=/dev/null"
|
||||||
|
@ -19,7 +19,8 @@ CFLAGS="-fno-stack-protector"
|
||||||
CXXFLAGS="-fno-stack-protector"
|
CXXFLAGS="-fno-stack-protector"
|
||||||
|
|
||||||
nopie=yes
|
nopie=yes
|
||||||
lib32files="/usr/lib/valgrind/*-x86-linux"
|
lib32files="/usr/lib/valgrind/*-x86-linux
|
||||||
|
/usr/lib/valgrind/default.supp"
|
||||||
lib32symlinks="
|
lib32symlinks="
|
||||||
valgrind/cachegrind-x86-linux
|
valgrind/cachegrind-x86-linux
|
||||||
valgrind/callgrind-x86-linux
|
valgrind/callgrind-x86-linux
|
||||||
|
|
Loading…
Add table
Reference in a new issue