clang: float=hard -> float=softfp for arm
[termux-packages] / packages / make / build.sh
index 8aafcd8..13f2940 100755 (executable)
@@ -3,3 +3,5 @@ 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
+# Prevent linking against libelf:
+TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_lib_elf_elf_begin=no"