summaryrefslogtreecommitdiff
path: root/user/valgrind
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-09 00:04:29 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-09 00:04:29 -0500
commitcc67edd471d85519c76cc42e2e73d47a08cc8bc7 (patch)
treef965a99b1c6a499d6776a01e43f4ebdf528fbe93 /user/valgrind
parent3a7b5272d448ece9a7b541d520323ca1642b113b (diff)
downloadpackages-cc67edd471d85519c76cc42e2e73d47a08cc8bc7.tar.gz
packages-cc67edd471d85519c76cc42e2e73d47a08cc8bc7.tar.bz2
packages-cc67edd471d85519c76cc42e2e73d47a08cc8bc7.tar.xz
packages-cc67edd471d85519c76cc42e2e73d47a08cc8bc7.zip
user/valgrind: [PD] take, fix up a little
Diffstat (limited to 'user/valgrind')
-rw-r--r--user/valgrind/APKBUILD14
1 files changed, 4 insertions, 10 deletions
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 <ncopa@alpinelinux.org>
+# Maintainer: A. Wilcox <awilfox@adelielinux.org>
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