termux-packages/packages/libuv/build.sh
Leonid Pliushch 2d54bd9efc libuv: avoid FICLONE ioctl
Same reason as for nodejs embedded libuv.
2020-01-16 03:04:24 +02:00

15 lines
508 B
Bash

TERMUX_PKG_HOMEPAGE=https://libuv.org
TERMUX_PKG_DESCRIPTION="Support library with a focus on asynchronous I/O"
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_VERSION=1.34.1
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://dist.libuv.org/dist/v${TERMUX_PKG_VERSION}/libuv-v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=766985aab854810554381e246ab8c293494bae77d6c3af338bb25a9de4a18fcf
TERMUX_PKG_BREAKS="libuv-dev"
TERMUX_PKG_REPLACES="libuv-dev"
termux_step_pre_configure() {
export PLATFORM=android
sh autogen.sh
}