blob: a8a502c976239c6f90a5e4a3e59648aa7284e735 (
plain)
1
2
3
4
5
6
|
# i486-specific
if [ "${CARCH}" = "i486" ]; then
# break the cycle via ldns, unbound draws in a
# crazy amount of dependencies, via protobuf even clang/llvm!
depends=(${depends[@]//dnssec-anchors/})
fi
|