diff options
author | Jonathan Sieber <mail@strfry.org> | 2017-12-10 23:05:51 +0100 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-12-28 17:07:15 +0000 |
commit | 39e1ad4e776162b70f9b51c0063839bba1fae19b (patch) | |
tree | a14a673ceb74ee71dc2f1d6bc5ccfc521a190293 /main | |
parent | 0b1b99a4dbc521ef07db19bf0c4484f384578cb7 (diff) | |
download | aports-39e1ad4e776162b70f9b51c0063839bba1fae19b.tar.bz2 aports-39e1ad4e776162b70f9b51c0063839bba1fae19b.tar.xz |
libressl: fix cross compile build
Diffstat (limited to 'main')
-rw-r--r-- | main/libressl/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libressl/APKBUILD b/main/libressl/APKBUILD index 2aa90f0855..f24efb5938 100644 --- a/main/libressl/APKBUILD +++ b/main/libressl/APKBUILD @@ -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" |