From e8556452f72323b290356e0a85b199748f5179f3 Mon Sep 17 00:00:00 2001 From: Paul <sajattack@gmail.com> Date: Thu, 2 Nov 2017 21:02:32 -0700 Subject: [PATCH] quick fix to ssh recipe --- recipes/ssh/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/ssh/recipe.sh b/recipes/ssh/recipe.sh index 7f9683490..7cd410740 100644 --- a/recipes/ssh/recipe.sh +++ b/recipes/ssh/recipe.sh @@ -1,6 +1,6 @@ VERSION=7.6p1 TAR=http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$VERSION.tar.gz -BUILD_DEPENDS=(zlib openssl1.0 newlib) +BUILD_DEPENDS=(zlib openssl newlib) export AR="${HOST}-ar" export AS="${HOST}-as" -- GitLab