From 83465ff5264321a89dbd94235c64dcefeed8230d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 18 Jul 2018 18:06:33 +0000 Subject: core/ldns: added i486-specific patch --- core/ldns/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 core/ldns/PKGBUILD (limited to 'core') diff --git a/core/ldns/PKGBUILD b/core/ldns/PKGBUILD new file mode 100644 index 00000000..a8a502c9 --- /dev/null +++ b/core/ldns/PKGBUILD @@ -0,0 +1,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 -- cgit v1.2.3-54-g00ecf