From b96ba82161967fea8829c2c3e4d54da9a0ea0194 Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Wed, 9 Jun 2021 15:18:50 -0700 Subject: [PATCH] tinyssh: update to 20210601. And make cross compilation work! Closes #31387 Closes #31362 --- srcpkgs/tinyssh/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tinyssh/template b/srcpkgs/tinyssh/template index 0283f890bcd..330a47263e8 100644 --- a/srcpkgs/tinyssh/template +++ b/srcpkgs/tinyssh/template @@ -1,6 +1,6 @@ # Template file for 'tinyssh' pkgname=tinyssh -version=20210319 +version=20210601 revision=1 build_style=gnu-makefile make_dirs="/etc/tinyssh 0755 root root" @@ -10,8 +10,11 @@ maintainer="Christopher Brannon " license="Public Domain" homepage="https://tinyssh.org" distfiles="https://github.com/janmojzis/tinyssh/archive/${version}.tar.gz" -checksum=dfa1f18a1cda03fda93b7659949377b40dee4e2f74e14db38eb146e5bc959c8d -nocross=yes +checksum=2a051437878998c7782d9d38ef13e5e7a76435ae6b9c3e9ec492c3a567bd6314 + +if [ -n "${CROSS_BUILD}" ] ; then + make_build_target=cross-compile +fi pre_build() { echo '/usr/bin' > conf-bin