X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/b3e3da66dc8183ef014168fa928abc6672cf08bd..86779dda6a14a08e871f34ce599350d21b9d6064:/packages/make/build.sh diff --git a/packages/make/build.sh b/packages/make/build.sh index 8aafcd8a..4159b504 100755 --- a/packages/make/build.sh +++ b/packages/make/build.sh @@ -1,5 +1,6 @@ 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" -TERMUX_PKG_VERSION=4.1 -TERMUX_PKG_BUILD_REVISION=1 -TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/make/make-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_VERSION=4.2.1 +TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/make/make-${TERMUX_PKG_VERSION}.tar.gz +# Prevent linking against libelf: +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_lib_elf_elf_begin=no"