X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/2e894498786b33c015eb4af4dd9eb1e8588860be..96d3060ef33c4c561097f3d23a17f9449ab19af1:/packages/libuv/build.sh diff --git a/packages/libuv/build.sh b/packages/libuv/build.sh index 263745fb..3705cffd 100644 --- a/packages/libuv/build.sh +++ b/packages/libuv/build.sh @@ -1,7 +1,6 @@ -TERMUX_PKG_HOMEPAGE=https://github.com/joyent/libuv +TERMUX_PKG_HOMEPAGE=http://libuv.org TERMUX_PKG_DESCRIPTION="Support library with a focus on asynchronous I/O" -TERMUX_PKG_VERSION=1.7.3 -TERMUX_PKG_BUILD_REVISION=1 +TERMUX_PKG_VERSION=1.9.1 TERMUX_PKG_SRCURL=http://dist.libuv.org/dist/v${TERMUX_PKG_VERSION}/libuv-v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-dtrace" # needed for building on mac @@ -11,8 +10,3 @@ termux_step_pre_configure () { cd $TERMUX_PKG_SRCDIR sh autogen.sh } - -termux_step_post_make_install () { - # The installed include/uv-unix includes pthread-fixes.h inside ifdef __ANDROID__ - cp $TERMUX_PKG_SRCDIR/include/pthread-fixes.h $TERMUX_PREFIX/include -}