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:
4e4ed78
)
make: Avoid linking against libelf
author
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 8 May 2016 23:01:51 +0000
(19:01 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 8 May 2016 23:01:51 +0000
(19:01 -0400)
packages/make/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/make/build.sh
b/packages/make/build.sh
index 8aafcd8a6171fc059335813f8008b37b00caa999..856f9583bbf676204f49236b2c3c6987b76e91a5 100755
(executable)
--- a/
packages/make/build.sh
+++ b/
packages/make/build.sh
@@
-3,3
+3,4
@@
TERMUX_PKG_DESCRIPTION="Tool which controls the generation of executables and ot
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.1
TERMUX_PKG_BUILD_REVISION=1
TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/make/make-${TERMUX_PKG_VERSION}.tar.gz
+TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_lib_elf_elf_begin=no"