Update SDK build tools to 24.0.1
[termux-packages] / packages / make / build.sh
CommitLineData
59f0d218
FF
1TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/make/
2TERMUX_PKG_DESCRIPTION="Tool which controls the generation of executables and other non-source files of a program from the program's source files"
dd0b6086 3TERMUX_PKG_VERSION=4.2.1
59f0d218 4TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/make/make-${TERMUX_PKG_VERSION}.tar.gz
768547b0 5# Prevent linking against libelf:
cc378c96 6TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_lib_elf_elf_begin=no"