From 87a9045b93892aa0e956dcf850e8babd089dd5f0 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 7 Mar 2016 18:42:25 +0100 Subject: [PATCH] valgrind: package helpers for 32bit mode. --- srcpkgs/valgrind/template | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/srcpkgs/valgrind/template b/srcpkgs/valgrind/template index f7ab46c0172..d24ffe706cf 100644 --- a/srcpkgs/valgrind/template +++ b/srcpkgs/valgrind/template @@ -1,7 +1,7 @@ # Template file for 'valgrind' pkgname=valgrind version=3.11.0 -revision=2 +revision=3 only_for_archs="i686 x86_64 armv7l i686-musl x86_64-musl armv7l-musl" build_style=gnu-configure configure_args="--enable-tls --with-mpicc=/dev/null" @@ -19,6 +19,20 @@ CFLAGS="-fno-stack-protector" CXXFLAGS="-fno-stack-protector" 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 configure_args+=" ac_cv_host=armv7l-unknown-linux-gnueabihf"