valgrind: Add note about android-x86_64 issue

This commit is contained in:
Fredrik Fornwall 2016-12-23 16:42:37 -05:00
parent 572deec1c9
commit 382e177e29
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ TERMUX_PKG_SRCURL=http://valgrind.org/downloads/valgrind-${TERMUX_PKG_VERSION}.t
TERMUX_PKG_SHA256=67ca4395b2527247780f36148b084f5743a68ab0c850cb43e4a5b4b012cf76a1
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-tmpdir=$TERMUX_PREFIX/tmp"
# - Does not build on x86_64 due to lacking upstream support of that arch on android.
# See https://bugs.kde.org/show_bug.cgi?id=348342
TERMUX_PKG_BLACKLISTED_ARCHES="x86_64"
if [ "$TERMUX_ARCH" == "arm" ]; then