Skip to content
Snippets Groups Projects
Commit b0b33a8f authored by Ariadne Conill's avatar Ariadne Conill
Browse files

main/curl: add cross-compilation support

parent 5183ab68
No related merge requests found
...@@ -12,7 +12,8 @@ license="MIT" ...@@ -12,7 +12,8 @@ license="MIT"
depends="ca-certificates" depends="ca-certificates"
depends_dev="openssl-dev nghttp2-dev zlib-dev brotli-dev" depends_dev="openssl-dev nghttp2-dev zlib-dev brotli-dev"
checkdepends="nghttp2 python3" checkdepends="nghttp2 python3"
makedepends="$depends_dev autoconf automake groff libtool perl" makedepends_host="$depends_dev"
makedepends_build="autoconf automake groff libtool perl"
subpackages="$pkgname-dbg $pkgname-static $pkgname-doc $pkgname-dev libcurl" subpackages="$pkgname-dbg $pkgname-static $pkgname-doc $pkgname-dev libcurl"
source="https://curl.haxx.se/download/curl-$pkgver.tar.xz source="https://curl.haxx.se/download/curl-$pkgver.tar.xz
" "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment