summaryrefslogtreecommitdiffstats
path: root/main/valgrind
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-04-09 07:55:55 +0000
committerTimo Teräs <timo.teras@iki.fi>2015-04-09 08:51:16 +0000
commitf2535690359dd9b9616f57754b9db6653aff12c6 (patch)
tree63f2eba8bf32beda5fbf296afc69733100e47f4c /main/valgrind
parente1ba1f2091eb604f1a3de875d6ae2e171bc31cbd (diff)
downloadaports-f2535690359dd9b9616f57754b9db6653aff12c6.tar.bz2
aports-f2535690359dd9b9616f57754b9db6653aff12c6.tar.xz
main/valgrind: use paxmark
Diffstat (limited to 'main/valgrind')
-rw-r--r--main/valgrind/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/main/valgrind/APKBUILD b/main/valgrind/APKBUILD
index f55b92c52..73720b8e1 100644
--- a/main/valgrind/APKBUILD
+++ b/main/valgrind/APKBUILD
@@ -1,15 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=valgrind
pkgver=3.10.1
-pkgrel=0
+pkgrel=1
pkgdesc="A tool to help find memory-management problems in programs"
url="http://valgrind.org/"
arch="x86 x86_64"
license="GPL2+"
depends=""
# it seems like busybox sed works but the configure script requires GNU sed
-makedepends="sed paxctl pax-utils perl bash
- autoconf automake libtool"
+makedepends="sed paxmark perl bash autoconf automake libtool"
# 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
@@ -66,7 +65,7 @@ package() {
# pax causes some issues
# http://marc.info/?l=gentoo-hardened&m=119512627126298&w=2
# http://bugs.alpinelinux.org/issues/999
- paxctl -c -m "$pkgdir"/usr/lib/valgrind/*-*-linux
+ paxmark -m "$pkgdir"/usr/lib/valgrind/*-*-linux
}
md5sums="60ddae962bc79e7c95cfc4667245707f valgrind-3.10.1.tar.bz2