mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
valgrind: update to 3.16.0
This commit is contained in:
parent
dd9bb3e78b
commit
91448b3545
2 changed files with 6 additions and 6 deletions
|
@ -302,12 +302,12 @@ diff --git a/coregrind/m_machine.c b/coregrind/m_machine.c
|
|||
index df842aa..de37070 100644
|
||||
--- a/coregrind/m_machine.c
|
||||
+++ b/coregrind/m_machine.c
|
||||
@@ -2073,7 +2073,8 @@ void* VG_(fnptr_to_fnentry)( void* f )
|
||||
|| defined(VGP_ppc32_linux) || defined(VGP_ppc64le_linux) \
|
||||
@@ -2098,7 +2098,8 @@
|
||||
|| defined(VGP_s390x_linux) || defined(VGP_mips32_linux) \
|
||||
|| defined(VGP_mips64_linux) || defined(VGP_arm64_linux) \
|
||||
- || defined(VGP_x86_solaris) || defined(VGP_amd64_solaris)
|
||||
+ || defined(VGP_x86_solaris) || defined(VGP_amd64_solaris) \
|
||||
|| defined(VGP_x86_solaris) || defined(VGP_amd64_solaris) \
|
||||
- || defined(VGP_nanomips_linux)
|
||||
+ || defined(VGP_nanomips_linux) \
|
||||
+ || (defined(VGP_ppc64be_linux) && !defined(VG_PLAT_USES_PPCTOC))
|
||||
return f;
|
||||
# elif defined(VGP_ppc64be_linux)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'valgrind'
|
||||
pkgname=valgrind
|
||||
version=3.15.0
|
||||
version=3.16.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-tls --without-mpicc --enable-lto=yes"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="http://valgrind.org/"
|
||||
distfiles="https://sourceware.org/pub/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=417c7a9da8f60dd05698b3a7bc6002e4ef996f14c13f0ff96679a16873e78ab1
|
||||
checksum=582d5127ba56dfeaab4c6ced92a742b2921148e28a5d55055aedd8f75f1cf633
|
||||
patch_args="-Np1"
|
||||
|
||||
CFLAGS="-fno-stack-protector"
|
||||
|
|
Loading…
Add table
Reference in a new issue