From: Fredrik Fornwall Date: Sat, 10 Oct 2015 01:43:52 +0000 (-0400) Subject: mosh: Depend on libutil for forkpty X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/61cf61e3b8e199ed14115e2bd8338dab5979b8ad?hp=-c mosh: Depend on libutil for forkpty --- 61cf61e3b8e199ed14115e2bd8338dab5979b8ad diff --git a/disabled-packages/mosh/build.sh b/disabled-packages/mosh/build.sh index efd195b6..5fcf4377 100644 --- a/disabled-packages/mosh/build.sh +++ b/disabled-packages/mosh/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=http://mosh.mit.edu/ TERMUX_PKG_DESCRIPTION="Mobile shell that supports roaming and intelligent local echo" TERMUX_PKG_VERSION=1.2.5 TERMUX_PKG_SRCURL=http://mosh.mit.edu/mosh-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_DEPENDS="libandroid-support, protobuf, ncurses, openssl, perl" +TERMUX_PKG_DEPENDS="libandroid-support, protobuf, ncurses, openssl, libutil, perl" export PROTOC=$TERMUX_TOPDIR/protobuf/host-build/src/protoc