diff options
author | alpine-mips-patches <info@mobile-stream.com> | 2018-11-08 19:16:30 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-11-09 09:23:54 +0000 |
commit | a3b30ffadcd0e17a49ea6be11757ac872d3d8c62 (patch) | |
tree | 03a651fd2be775628f9718b0e0a6e16b62993e56 /main/libtls-standalone | |
parent | d47c28465f7d257e657fd53f275b30098de737cb (diff) | |
download | aports-a3b30ffadcd0e17a49ea6be11757ac872d3d8c62.tar.bz2 aports-a3b30ffadcd0e17a49ea6be11757ac872d3d8c62.tar.xz |
main/libtls-standalone: fix cross-compiling
Diffstat (limited to 'main/libtls-standalone')
-rw-r--r-- | main/libtls-standalone/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libtls-standalone/APKBUILD b/main/libtls-standalone/APKBUILD index a191e3d88c..b965ee44d6 100644 --- a/main/libtls-standalone/APKBUILD +++ b/main/libtls-standalone/APKBUILD @@ -8,7 +8,8 @@ url="http://www.libressl.org/" arch="all" license="ISC" depends_dev="openssl-dev" -makedepends="libbsd-dev openssl-dev" +makedepends_build="" +makedepends_host="libbsd-dev openssl-dev" subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc" source="https://ftp.openbsd.org/pub/OpenBSD/libressl/libressl-$pkgver.tar.gz Makefile |