diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-12-03 14:58:20 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-12-03 14:58:57 +0200 |
commit | 25c75bab5e291a83f9d15dcab19005328da39125 (patch) | |
tree | 949fe1f68b3ec801c49ae39cecb4166223d3fbc6 /main/valgrind | |
parent | 7ada7efac72267844371a24be26bf1cd299890c3 (diff) | |
download | aports-25c75bab5e291a83f9d15dcab19005328da39125.tar.bz2 aports-25c75bab5e291a83f9d15dcab19005328da39125.tar.xz |
main/valgrind: disable on arm
valgrind supports armv7+, but we build for armv6 so valgrind
refuses to compile. for the time being disable it.
Diffstat (limited to 'main/valgrind')
-rw-r--r-- | main/valgrind/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/valgrind/APKBUILD b/main/valgrind/APKBUILD index 698ce494dc..f55b92c52f 100644 --- a/main/valgrind/APKBUILD +++ b/main/valgrind/APKBUILD @@ -4,7 +4,7 @@ pkgver=3.10.1 pkgrel=0 pkgdesc="A tool to help find memory-management problems in programs" url="http://valgrind.org/" -arch="all" +arch="x86 x86_64" license="GPL2+" depends="" # it seems like busybox sed works but the configure script requires GNU sed |