quick fix to ssh recipe

This commit is contained in:
Paul 2017-11-02 21:02:32 -07:00 committed by GitHub
parent 3a6b3776e2
commit e8556452f7
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"