From: Fredrik Fornwall Date: Mon, 26 Sep 2016 11:58:18 +0000 (-0400) Subject: libmpfr: Bump build revision for softfp rebuild X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/243e7d700ed673d1a854e31152692e4b611a0e5e libmpfr: Bump build revision for softfp rebuild --- diff --git a/packages/libmpfr/build.sh b/packages/libmpfr/build.sh index 1c9a5f1f..d7f40f21 100755 --- a/packages/libmpfr/build.sh +++ b/packages/libmpfr/build.sh @@ -2,5 +2,6 @@ TERMUX_PKG_HOMEPAGE=http://www.mpfr.org/ TERMUX_PKG_DESCRIPTION="C library for multiple-precision floating-point computations with correct rounding" TERMUX_PKG_DEPENDS="libgmp" TERMUX_PKG_VERSION=3.1.4 +TERMUX_PKG_BUILD_REVISION=1 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/mpfr/mpfr-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_header_locale_h=no"