From 5496444f7efa182820f8c11361f924aad6a1b861 Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 16 Oct 2018 22:16:49 +0200 Subject: [PATCH] valgrind: update to 3.14.0. --- srcpkgs/valgrind/template | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/srcpkgs/valgrind/template b/srcpkgs/valgrind/template index 2f9a3c43e59..8d320d55ab3 100644 --- a/srcpkgs/valgrind/template +++ b/srcpkgs/valgrind/template @@ -1,19 +1,18 @@ # Template file for 'valgrind' pkgname=valgrind -version=3.13.0 -revision=2 -only_for_archs="i686 x86_64 armv7l i686-musl x86_64-musl armv7l-musl" +version=3.14.0 +revision=1 build_style=gnu-configure -configure_args="--enable-tls --without-mpicc" +configure_args="--enable-tls --without-mpicc --enable-lto=yes" hostmakedepends="automake perl pkg-config" makedepends="libgomp-devel" depends="perl" short_desc="Tool for finding memory management bugs in programs" maintainer="Juan RP " homepage="http://valgrind.org/" -license="GPL-2" +license="GPL-2.0-or-later" distfiles="https://sourceware.org/pub/${pkgname}/${pkgname}-${version}.tar.bz2" -checksum=d76680ef03f00cd5e970bbdcd4e57fb1f6df7d2e2c071635ef2be74790190c3b +checksum=037c11bfefd477cc6e9ebe8f193bb237fe397f7ce791b4a4ce3fa1c6a520baa5 CFLAGS="-fno-stack-protector" CXXFLAGS="-fno-stack-protector" @@ -34,6 +33,10 @@ lib32symlinks=" valgrind/memcheck-x86-linux valgrind/none-x86-linux" +case $XBPS_TARGET_MACHINE in + armv6*) broken="Unsupported architecture";; +esac + if [ "$XBPS_TARGET_MACHINE" = "armv7l" ]; then configure_args+=" ac_cv_host=armv7l-unknown-linux-gnueabihf" fi