diff options
author | alpine-mips-patches <info@mobile-stream.com> | 2019-01-15 05:18:12 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-02-05 11:14:34 +0000 |
commit | 3b689f550008673cf843f7ad759512fde81e7981 (patch) | |
tree | 5f617571ae61e75488ccee14afc0f7150a05cd77 /main | |
parent | 0fa3aa26e98510ece6dc2b44a42be28d4878c48d (diff) | |
download | aports-3b689f550008673cf843f7ad759512fde81e7981.tar.bz2 aports-3b689f550008673cf843f7ad759512fde81e7981.tar.xz |
main/libuv: 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')
-rw-r--r-- | main/libuv/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libuv/APKBUILD b/main/libuv/APKBUILD index eb97e6616a..90d89d4204 100644 --- a/main/libuv/APKBUILD +++ b/main/libuv/APKBUILD @@ -8,7 +8,8 @@ pkgdesc="Cross-platform asychronous I/O" url="https://libuv.org" arch="all" license="MIT BSD ISC" -makedepends="automake autoconf libtool linux-headers" +makedepends_build="automake autoconf libtool" +makedepends_host="linux-headers" subpackages="$pkgname-dev $pkgname-dbg" source="https://dist.libuv.org/dist/v$pkgver/$pkgname-v$pkgver.tar.gz disable-setuid-test.patch |