diff options
author | Chloe Kudryavtsev <toast@toast.cafe> | 2019-09-15 18:43:09 -0400 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-23 21:54:33 -0300 |
commit | 62ae652c82d5fd0cad7564c28d2c653c2d951f15 (patch) | |
tree | 781d5126672bd48669b7a8d041e0ea184ef65c6d /testing/fd | |
parent | 488ebbebb5b4d4f6e8dc8dfb62fc0b0d5f50bd5e (diff) | |
download | aports-62ae652c82d5fd0cad7564c28d2c653c2d951f15.tar.bz2 aports-62ae652c82d5fd0cad7564c28d2c653c2d951f15.tar.xz |
testing/fd: add options="net"
This option allows fd to be built via rootbld.
closes !61
Diffstat (limited to 'testing/fd')
-rw-r--r-- | testing/fd/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/fd/APKBUILD b/testing/fd/APKBUILD index 04d1194d8d..f0b2a5a3bd 100644 --- a/testing/fd/APKBUILD +++ b/testing/fd/APKBUILD @@ -8,6 +8,7 @@ url="https://github.com/sharkdp/fd" arch="x86_64 armv7 armhf !aarch64 x86" # Cargo (aarch64 due to MAP_32BIT) license="MIT Apache-2.0" makedepends="cargo" +options="net" subpackages=" $pkgname-doc $pkgname-bash-completion:bashcomp:noarch |