mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
parent
65d1ab4819
commit
d73c3ce558
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'valgrind'
|
# Template file for 'valgrind'
|
||||||
pkgname=valgrind
|
pkgname=valgrind
|
||||||
version=3.13.0
|
version=3.13.0
|
||||||
revision=1
|
revision=2
|
||||||
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 --without-mpicc"
|
||||||
hostmakedepends="automake perl pkg-config"
|
hostmakedepends="automake perl pkg-config"
|
||||||
makedepends="libgomp-devel"
|
makedepends="libgomp-devel"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
|
@ -18,7 +18,6 @@ checksum=d76680ef03f00cd5e970bbdcd4e57fb1f6df7d2e2c071635ef2be74790190c3b
|
||||||
CFLAGS="-fno-stack-protector"
|
CFLAGS="-fno-stack-protector"
|
||||||
CXXFLAGS="-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"
|
/usr/lib/valgrind/default.supp"
|
||||||
lib32symlinks="
|
lib32symlinks="
|
||||||
|
|
Loading…
Add table
Reference in a new issue