make: Avoid linking against libelf
[termux-packages] / packages / make / build.sh
1 TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/make/
2 TERMUX_PKG_DESCRIPTION="Tool which controls the generation of executables and other non-source files of a program from the program's source files"
3 TERMUX_PKG_VERSION=4.1
4 TERMUX_PKG_BUILD_REVISION=1
5 TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/make/make-${TERMUX_PKG_VERSION}.tar.gz
6 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_lib_elf_elf_begin=no"