summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-07-18 18:06:33 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2018-07-18 18:06:33 +0000
commit83465ff5264321a89dbd94235c64dcefeed8230d (patch)
tree1adcff8ff6369ff44a555dc450127d11de49e32c /core
parentd59a7169539efa25456c18211810d10f6356229e (diff)
downloadpackages-83465ff5264321a89dbd94235c64dcefeed8230d.tar.xz
core/ldns: added i486-specific patch
Diffstat (limited to 'core')
-rw-r--r--core/ldns/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
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