637f22d133
This fixes Android 6 problems (so closes #26). It also rebuilds termux-elf-cleaner when needed and bumps some build revisions for packages needed updates to remove DT_VERDEF and DT_VERDEFNUM.
7 lines
389 B
Bash
7 lines
389 B
Bash
TERMUX_PKG_HOMEPAGE=http://libjpeg-turbo.virtualgl.org/
|
|
TERMUX_PKG_DESCRIPTION="Library for reading and writing JPEG image files"
|
|
TERMUX_PKG_VERSION=1.4.2
|
|
TERMUX_PKG_BUILD_REVISION=1
|
|
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/libjpeg-turbo/${TERMUX_PKG_VERSION}/libjpeg-turbo-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--mandir=$TERMUX_PREFIX/share/man"
|