mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
valgrind: update to 3.10.0.
This commit is contained in:
parent
24d5a76e79
commit
cecfbae1d0
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'valgrind'
|
# Template file for 'valgrind'
|
||||||
pkgname=valgrind
|
pkgname=valgrind
|
||||||
version=3.9.0
|
version=3.10.0
|
||||||
revision=3
|
revision=1
|
||||||
only_for_archs="i686 x86_64 armv7l"
|
only_for_archs="i686 x86_64 armv7l"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-tls --with-mpicc=/dev/null"
|
configure_args="--enable-tls --with-mpicc=/dev/null"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://valgrind.org/"
|
homepage="http://valgrind.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://www.valgrind.org/downloads/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.valgrind.org/downloads/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=e6af71a06bc2534541b07743e1d58dc3caf744f38205ca3e5b5a0bdf372ed6f0
|
checksum=03047f82dfc6985a4c7d9d2700e17bc05f5e1a0ca6ad902e5d6c81aeb720edc9
|
||||||
|
|
||||||
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