|
@ -5,6 +5,7 @@ TERMUX_PKG_SRCURL=http://valgrind.org/downloads/valgrind-${TERMUX_PKG_VERSION}.t |
|
|
TERMUX_PKG_SHA256=67ca4395b2527247780f36148b084f5743a68ab0c850cb43e4a5b4b012cf76a1 |
|
|
TERMUX_PKG_SHA256=67ca4395b2527247780f36148b084f5743a68ab0c850cb43e4a5b4b012cf76a1 |
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-tmpdir=$TERMUX_PREFIX/tmp" |
|
|
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. |
|
|
# - 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" |
|
|
TERMUX_PKG_BLACKLISTED_ARCHES="x86_64" |
|
|
|
|
|
|
|
|
if [ "$TERMUX_ARCH" == "arm" ]; then |
|
|
if [ "$TERMUX_ARCH" == "arm" ]; then |
|
|