1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-15 01:26:39 +00:00
termux-packages/packages/libgmp/build.sh

10 lines
414 B
Bash
Raw Normal View History

2016-08-14 11:59:04 +00:00
TERMUX_PKG_VERSION=6.1.1
2015-06-12 23:03:31 +00:00
TERMUX_PKG_HOMEPAGE=https://gmplib.org/
TERMUX_PKG_DESCRIPTION="Library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers"
TERMUX_PKG_SRCURL=https://gmplib.org/download/gmp/gmp-${TERMUX_PKG_VERSION}.tar.lz
2016-09-03 22:45:08 +00:00
termux_step_pre_configure() {
# https://gmplib.org/list-archives/gmp-bugs/2012-April/002620.html
CFLAGS+=" $LDFLAGS"
}