2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/make/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Tool which controls the generation of executables and other non-source files of a program from the program's source files"
|
2016-06-12 20:47:55 +02:00
|
|
|
TERMUX_PKG_VERSION=4.2.1
|
2016-09-25 00:42:39 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/make/make-${TERMUX_PKG_VERSION}.tar.gz
|
2017-02-08 00:12:36 +01:00
|
|
|
TERMUX_PKG_SHA256=e40b8f018c1da64edd1cc9a6fce5fa63b2e707e404e20cad91fbae337c98a5b7
|
2016-05-09 02:04:16 +02:00
|
|
|
# Prevent linking against libelf:
|
2016-05-09 01:01:51 +02:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_lib_elf_elf_begin=no"
|