libressl: fix cross compile build

This commit is contained in:
Jonathan Sieber 2017-12-10 23:05:51 +01:00 committed by William Pitcock
parent 0b1b99a4db
commit 39e1ad4e77

View File

@ -15,9 +15,9 @@ url="http://www.libressl.org/"
arch="all"
license="custom"
depends=""
makedepends_build=""
makedepends_host="linux-headers automake autoconf libtool"
makedepends="$makedepends_host"
makedepends_build="automake autoconf libtool"
makedepends_host="linux-headers"
makedepends="$makedepends_host $makedepends_build"
replaces="openssl"
subpackages="$pkgname-dbg $_namever-libcrypto:_libs $_namever-libssl:_libs
$_namever-libtls:_libs $pkgname-dev $pkgname-doc"