php: Update from 7.2.4 to 7.2.5
[termux-packages] / packages / libmpfr / build.sh
CommitLineData
59f0d218
FF
1TERMUX_PKG_HOMEPAGE=http://www.mpfr.org/
2TERMUX_PKG_DESCRIPTION="C library for multiple-precision floating-point computations with correct rounding"
3TERMUX_PKG_DEPENDS="libgmp"
ed76f15d 4TERMUX_PKG_VERSION=4.0.1
722ed12d 5TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/mpfr/mpfr-${TERMUX_PKG_VERSION}.tar.xz
ed76f15d 6TERMUX_PKG_SHA256=67874a60826303ee2fb6affc6dc0ddd3e749e9bfcb4c8655e3953d0458a6e16e
59f0d218 7TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_header_locale_h=no"
2b47a360
FF
8if [ $TERMUX_ARCH = i686 ]; then
9 # Avoid clang bug with NDK r16:
10 TERMUX_PKG_CLANG=no
11fi