mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
valgrind: package helpers for 32bit mode.
This commit is contained in:
parent
a3a0303673
commit
87a9045b93
1 changed files with 15 additions and 1 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=2
|
revision=3
|
||||||
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,6 +19,20 @@ CFLAGS="-fno-stack-protector"
|
||||||
CXXFLAGS="-fno-stack-protector"
|
CXXFLAGS="-fno-stack-protector"
|
||||||
|
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
lib32files="/usr/lib/valgrind/*-x86-linux"
|
||||||
|
lib32symlinks="
|
||||||
|
valgrind/cachegrind-x86-linux
|
||||||
|
valgrind/callgrind-x86-linux
|
||||||
|
valgrind/drd-x86-linux
|
||||||
|
valgrind/exp-bbv-x86-linux
|
||||||
|
valgrind/exp-dhat-x86-linux
|
||||||
|
valgrind/exp-sgcheck-x86-linux
|
||||||
|
valgrind/getoff-x86-linux
|
||||||
|
valgrind/helgrind-x86-linux
|
||||||
|
valgrind/lackey-x86-linux
|
||||||
|
valgrind/massif-x86-linux
|
||||||
|
valgrind/memcheck-x86-linux
|
||||||
|
valgrind/none-x86-linux"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "armv7l" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "armv7l" ]; then
|
||||||
configure_args+=" ac_cv_host=armv7l-unknown-linux-gnueabihf"
|
configure_args+=" ac_cv_host=armv7l-unknown-linux-gnueabihf"
|
||||||
|
|
Loading…
Add table
Reference in a new issue