From cc67edd471d85519c76cc42e2e73d47a08cc8bc7 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 9 Jul 2018 00:04:29 -0500 Subject: user/valgrind: [PD] take, fix up a little --- user/valgrind/APKBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'user/valgrind/APKBUILD') diff --git a/user/valgrind/APKBUILD b/user/valgrind/APKBUILD index c5371950d..58ed29fa1 100644 --- a/user/valgrind/APKBUILD +++ b/user/valgrind/APKBUILD @@ -1,13 +1,12 @@ -# Maintainer: Natanael Copa +# Maintainer: A. Wilcox pkgname=valgrind pkgver=3.13.0 -pkgrel=0 +pkgrel=1 pkgdesc="A tool to help find memory-management problems in programs" url="http://valgrind.org/" arch="all" -license="GPL-2.0-or-later" -# it seems like busybox sed works but the configure script requires GNU sed -makedepends="sed paxmark perl bash autoconf automake libtool" +license="GPL-2.0+" +makedepends="autoconf automake libtool bash perl" # from README_PACKAGERS: # Don't strip the debug info off lib/valgrind/$platform/vgpreload*.so # in the installation tree. Either Valgrind won't work at all, or it @@ -63,11 +62,6 @@ package() { "$pkgdir"/usr/bin/valgrind-listener \ "$pkgdir"/usr/bin/cg_merge fi - - # pax causes some issues - # http://marc.info/?l=gentoo-hardened&m=119512627126298&w=2 - # http://bugs.alpinelinux.org/issues/999 - paxmark -m "$pkgdir"/usr/lib/valgrind/*-*-linux } sha512sums="34e1013cd3815d30a459b86220e871bb0a6209cc9e87af968f347083693779f022e986f211bdf1a5184ad7370cde12ff2cfca8099967ff94732970bd04a97009 valgrind-3.13.0.tar.bz2 -- cgit v1.2.3-60-g2f50