X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx12.valuehost.ru (mx12.valuehost.ru [217.112.42.215]) by lists.alpinelinux.org (Postfix) with ESMTP id CEFAAF8573B for ; Tue, 15 Jan 2019 06:11:37 +0000 (UTC) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx12.valuehost.ru (Postfix) with ESMTP id 324535FBA2 for ; Tue, 15 Jan 2019 09:11:37 +0300 (MSK) From: alpine-mips-patches Date: Tue, 15 Jan 2019 05:18:12 +0000 Subject: [alpine-aports] [PATCH] main/nghttp2: enable cross-compilation To: alpine-aports@lists.alpinelinux.org Message-Id: <20190115061137.324535FBA2@mx12.valuehost.ru> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: This is a trivial prerequisite for nodejs cross-compilation support. Keep pkgrel instact since this change does not affect the produced apk. --- main/nghttp2/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.20.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---