tinyssh: update to 20210601.
And make cross compilation work! Closes #31387 Closes #31362
This commit is contained in:
parent
3cec187929
commit
b96ba82161
1 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tinyssh'
|
# Template file for 'tinyssh'
|
||||||
pkgname=tinyssh
|
pkgname=tinyssh
|
||||||
version=20210319
|
version=20210601
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_dirs="/etc/tinyssh 0755 root root"
|
make_dirs="/etc/tinyssh 0755 root root"
|
||||||
|
@ -10,8 +10,11 @@ maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://tinyssh.org"
|
homepage="https://tinyssh.org"
|
||||||
distfiles="https://github.com/janmojzis/tinyssh/archive/${version}.tar.gz"
|
distfiles="https://github.com/janmojzis/tinyssh/archive/${version}.tar.gz"
|
||||||
checksum=dfa1f18a1cda03fda93b7659949377b40dee4e2f74e14db38eb146e5bc959c8d
|
checksum=2a051437878998c7782d9d38ef13e5e7a76435ae6b9c3e9ec492c3a567bd6314
|
||||||
nocross=yes
|
|
||||||
|
if [ -n "${CROSS_BUILD}" ] ; then
|
||||||
|
make_build_target=cross-compile
|
||||||
|
fi
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
echo '/usr/bin' > conf-bin
|
echo '/usr/bin' > conf-bin
|
||||||
|
|
Loading…
Reference in a new issue