main/valgrind: enable on aarch64

This commit is contained in:
Natanael Copa 2018-06-01 05:03:21 +00:00
parent a9031ebe50
commit d94a6f4715

View File

@ -4,7 +4,7 @@ pkgver=3.13.0
pkgrel=0
pkgdesc="A tool to help find memory-management problems in programs"
url="http://valgrind.org/"
arch="all !aarch64"
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"