From: Fredrik Fornwall Date: Sun, 12 Jun 2016 18:47:55 +0000 (-0400) Subject: make: Update from 4.2 to 4.2.1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/dd0b60867f76c1668eaf475e1b8d3c722238bdf8 make: Update from 4.2 to 4.2.1 --- diff --git a/packages/make/build.sh b/packages/make/build.sh index f7ef75b3..fa20ad94 100755 --- a/packages/make/build.sh +++ b/packages/make/build.sh @@ -1,6 +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.2 +TERMUX_PKG_VERSION=4.2.1 TERMUX_PKG_SRCURL=http://ftp.gnu.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"