mc: Depend on openssl and libssh2
This commit is contained in:
parent
b8e42e8e46
commit
d26ce9dcb9
@ -3,13 +3,14 @@ TERMUX_PKG_DESCRIPTION="Midnight Commander - a powerful file manager"
|
||||
TERMUX_PKG_VERSION=4.8.22
|
||||
TERMUX_PKG_SHA256=ee7868d7ba0498cf2cccefe107d7efee7f2571098806bba2aed5a159db801318
|
||||
TERMUX_PKG_SRCURL=http://ftp.midnight-commander.org/mc-${TERMUX_PKG_VERSION}.tar.xz
|
||||
TERMUX_PKG_DEPENDS="libandroid-support, ncurses, glib"
|
||||
TERMUX_PKG_DEPENDS="libandroid-support, ncurses, glib, openssl, libssh2"
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||
ac_cv_path_UNZIP=$TERMUX_PREFIX/bin/unzip
|
||||
ac_cv_path_ZIP=$TERMUX_PREFIX/bin/zip
|
||||
ac_cv_lib_util_openpty=no
|
||||
ac_cv_path_PERL=$TERMUX_PREFIX/bin/perl
|
||||
ac_cv_path_PYTHON=$TERMUX_PREFIX/bin/python
|
||||
ac_cv_path_RUBY=$TERMUX_PREFIX/bin/ruby
|
||||
ac_cv_path_UNZIP=$TERMUX_PREFIX/bin/unzip
|
||||
ac_cv_path_ZIP=$TERMUX_PREFIX/bin/zip
|
||||
--with-ncurses-includes=$TERMUX_PREFIX/include
|
||||
--with-ncurses-libs=$TERMUX_PREFIX/lib
|
||||
--with-screen=ncurses
|
||||
|
Loading…
x
Reference in New Issue
Block a user