Merge pull request #94 from sajattack/patch-2

quick fix to ssh recipe
This commit is contained in:
Jeremy Soller 2017-11-03 07:49:16 -06:00 committed by GitHub
commit 895970bac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"