chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f36e26
)
make: Update from 4.1 to 4.2
author
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 22 May 2016 23:26:47 +0000
(19:26 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 22 May 2016 23:26:47 +0000
(19:26 -0400)
packages/make/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/make/build.sh
b/packages/make/build.sh
index 13f2940ee9b1eb156f46c9afff5dfdd9af9f99c5..f7ef75b369641963b9acb8d61b41f733be0c88db 100755
(executable)
--- a/
packages/make/build.sh
+++ b/
packages/make/build.sh
@@
-1,7
+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_VERSION=4.2
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"