aboutsummaryrefslogtreecommitdiffstats
path: root/main/nghttp2
diff options
context:
space:
mode:
authoralpine-mips-patches <info@mobile-stream.com>2019-01-15 05:18:12 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-02-05 11:21:19 +0000
commit2caf0650b29c3f0125469bc979c3cb3dc13a4c5a (patch)
treef2e620a11f91c95d441a67a2b3a8a7468d0907a7 /main/nghttp2
parentcb4af3360e5299f02ddf651a59184b77ecb35571 (diff)
downloadaports-2caf0650b29c3f0125469bc979c3cb3dc13a4c5a.tar.bz2
aports-2caf0650b29c3f0125469bc979c3cb3dc13a4c5a.tar.xz
main/nghttp2: enable cross-compilation
This is a trivial prerequisite for nodejs cross-compilation support. Keep pkgrel instact since this change does not affect the produced apk.
Diffstat (limited to 'main/nghttp2')
-rw-r--r--main/nghttp2/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/nghttp2/APKBUILD b/main/nghttp2/APKBUILD
index 47681fcf5c..8073e7306e 100644
--- a/main/nghttp2/APKBUILD
+++ b/main/nghttp2/APKBUILD
@@ -7,7 +7,8 @@ pkgdesc="Experimental HTTP/2 client, server and proxy"
url="https://nghttp2.org"
arch="all"
license="MIT"
-makedepends="libev-dev openssl-dev zlib-dev c-ares-dev autoconf automake libtool"
+makedepends_build="autoconf automake libtool"
+makedepends_host="libev-dev openssl-dev zlib-dev c-ares-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="https://github.com/tatsuhiro-t/$pkgname/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz
remove-mruby-tests.patch"