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'
|
||||
pkgname=valgrind
|
||||
version=3.11.0
|
||||
revision=3
|
||||
revision=4
|
||||
only_for_archs="i686 x86_64 armv7l i686-musl x86_64-musl armv7l-musl"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-tls --with-mpicc=/dev/null"
|
||||
|
@ -19,7 +19,8 @@ CFLAGS="-fno-stack-protector"
|
|||
CXXFLAGS="-fno-stack-protector"
|
||||
|
||||
nopie=yes
|
||||
lib32files="/usr/lib/valgrind/*-x86-linux"
|
||||
lib32files="/usr/lib/valgrind/*-x86-linux
|
||||
/usr/lib/valgrind/default.supp"
|
||||
lib32symlinks="
|
||||
valgrind/cachegrind-x86-linux
|
||||
valgrind/callgrind-x86-linux
|
||||
|
|
Loading…
Reference in a new issue