nodejs-current: Update from 9.0.0 to 9.1.0
[termux-packages] / packages / make / build.sh
1 TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/make/
2 TERMUX_PKG_DESCRIPTION="Tool which controls the generation of executables and other non-source files of a program from the program's source files"
3 TERMUX_PKG_VERSION=4.2.1
4 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/make/make-${TERMUX_PKG_VERSION}.tar.gz
5 TERMUX_PKG_SHA256=e40b8f018c1da64edd1cc9a6fce5fa63b2e707e404e20cad91fbae337c98a5b7
6 # Prevent linking against libelf:
7 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_lib_elf_elf_begin=no"