wok rev 25833
Fix mosh depends need libtinfo
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Apr 29 16:29:15 2025 +0000 (6 weeks ago) |
parents | a852cf9b7c1f |
children | 1948eace5b2e |
files | mosh/receipt |
line diff
1.1 --- a/mosh/receipt Tue Apr 29 10:37:31 2025 +0000 1.2 +++ b/mosh/receipt Tue Apr 29 16:29:15 2025 +0000 1.3 @@ -12,7 +12,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="https://github.com/mobile-shell/mosh/releases/download/$PACKAGE-$VERSION/$TARBALL" 1.6 1.7 -DEPENDS="gcc-lib-base libcrypto libssl ncursesw perl protobuf ssh zlib \ 1.8 +DEPENDS="gcc-lib-base libtinfo libcrypto libssl ncursesw perl protobuf ssh zlib \ 1.9 gcc83-lib-base" 1.10 BUILD_DEPENDS="libcrypto-dev ncursesw-dev openssl-dev pkg-config protobuf-dev \ 1.11 zlib-dev automake gcc83"