rlwrap: Avoid linking against libutil

This commit is contained in:
Fredrik Fornwall 2016-02-07 17:04:28 -05:00
parent 4348c52623
commit ba59837cae
1 changed files with 2 additions and 0 deletions

View File

@ -3,4 +3,6 @@ TERMUX_PKG_DESCRIPTION="Wrapper using readline to enable editing of keyboard inp
TERMUX_PKG_VERSION=0.42
TERMUX_PKG_SRCURL=http://utopia.knoware.nl/~hlub/rlwrap/rlwrap-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ptyttylib_cv_ptys=STREAMS ac_cv_func_grantpt=yes ac_cv_func_unlockpt=yes"
# Avoid linking to libutil:
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" ac_cv_lib_util_openpty=no"
TERMUX_PKG_DEPENDS="readline"