summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/valgrind/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/main/valgrind/APKBUILD b/main/valgrind/APKBUILD
index f1895dbe4..1ab0d3ed4 100644
--- a/main/valgrind/APKBUILD
+++ b/main/valgrind/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=valgrind
pkgver=3.7.0
-pkgrel=2
+pkgrel=3
pkgdesc="A tool to help find memory-management problems in programs"
url="http://valgrind.org/"
arch="all"
@@ -56,9 +56,8 @@ package() {
# pax causes some issues
# http://marc.info/?l=gentoo-hardened&m=119512627126298&w=2
- if [ -x "$pkgdir"/usr/lib/valgrind/memcheck-amd64-linux ]; then
- paxctl -c -m "$pkgdir"/usr/lib/valgrind/memcheck-amd64-linux
- fi
+ # http://bugs.alpinelinux.org/issues/999
+ paxctl -c -m "$pkgdir"/usr/lib/valgrind/*-*-linux
}
md5sums="a855fda56edf05614f099dca316d1775 valgrind-3.7.0.tar.bz2