Skip to content
Snippets Groups Projects
Verified Commit cc67edd4 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/valgrind: [PD] take, fix up a little

parent 3a7b5272
No related branches found
No related tags found
No related merge requests found
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment