diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-05 07:56:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-06 05:19:27 +0000 |
commit | 93dee9a42ef912e93e29c471b9a0fc1737296a7d (patch) | |
tree | 5538f39e5a26a9478831b184492e422c6da7c6c2 /community/cargo | |
parent | d5b7437263f74cfeafcf62c9d44cee66dc267aec (diff) | |
download | aports-93dee9a42ef912e93e29c471b9a0fc1737296a7d.tar.bz2 aports-93dee9a42ef912e93e29c471b9a0fc1737296a7d.tar.xz |
community/cargo: temporary disable til libressl 2.7 is fixed
Diffstat (limited to 'community/cargo')
-rw-r--r-- | community/cargo/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cargo/APKBUILD b/community/cargo/APKBUILD index 2c3c677bfb..97348afb14 100644 --- a/community/cargo/APKBUILD +++ b/community/cargo/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.22.0 pkgrel=4 pkgdesc="The Rust package manager" url="https://crates.io" -arch="x86_64" # limited by rust pkg +arch="" # FIXME: fix build with libressl 2.7 # limited by rust pkg license="MIT Apache-2.0" depends="rust" makedepends="cmake curl-dev libgit2-dev libssh2-dev libressl-dev python2 zlib-dev" |