Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com>
---
 rules/mosh.make | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/rules/mosh.make b/rules/mosh.make
index 6c29222f7..4fec37973 100644
--- a/rules/mosh.make
+++ b/rules/mosh.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_MOSH) += mosh
 #
 # Paths and names
 #
-MOSH_VERSION   := 1.3.0
-MOSH_MD5       := d961276995936953bf2d5a794068b076
+MOSH_VERSION   := 1.3.2
+MOSH_MD5       := 5122f4d2b973ab7c38dcdac8c35cb61e
 MOSH           := mosh-$(MOSH_VERSION)
 MOSH_SUFFIX    := tar.gz
 MOSH_URL       := https://mosh.mit.edu/$(MOSH).$(MOSH_SUFFIX)
@@ -31,13 +31,18 @@ MOSH_LICENSE        := GPL-3.0
 MOSH_CONF_TOOL := autoconf
 MOSH_CONF_OPT  := \
        $(CROSS_AUTOCONF_USR) \
+       --disable-compile-warnings \
        --enable-hardening \
        --enable-client \
        --enable-server \
        --disable-examples \
        --disable-ufw \
        --disable-completion \
-       --without-utempter
+       --without-utempter \
+       --with-ncurses \
+       --without-ncursesw \
+       --with-crypto-library=openssl
+
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.14.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to