add ncurses-dev to lftp build dependencies
authorStephen <stephengroat@users.noreply.github.com>
Mon, 11 Sep 2017 20:08:37 +0000 (13:08 -0700)
committerFredrik Fornwall <fredrik@fornwall.net>
Thu, 14 Sep 2017 21:33:58 +0000 (23:33 +0200)
#1169

packages/lftp/build.sh

index effaec5..8caa7de 100644 (file)
@@ -13,6 +13,7 @@ ac_cv_func_dn_expand=no
 --with-readline=$TERMUX_PREFIX
 "
 TERMUX_PKG_DEPENDS="libexpat, openssl, readline, libutil, libidn"
+TERMUX_PKG_BUILD_DEPENDS="ncurses-dev"
 
 termux_step_pre_configure () {
        TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-zlib=$TERMUX_STANDALONE_TOOLCHAIN/sysroot/usr"