From c6cc4a0ea7ab108c7bb2d496703525ead0d30b75 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 27 Jul 2024 17:13:17 +0200 Subject: [PATCH] Revert "ldns: try disable_parallel_build." This reverts commit 65b9f918a81db81e5f92eb1e33ff6ea9bcbfad6e. Was just the 32-bit inode issue again. --- srcpkgs/ldns/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/ldns/template b/srcpkgs/ldns/template index 7cbdb5047b6..df1ac8c7d0a 100644 --- a/srcpkgs/ldns/template +++ b/srcpkgs/ldns/template @@ -14,7 +14,10 @@ license="BSD-3-Clause" homepage="http://www.nlnetlabs.nl/projects/ldns/" distfiles="http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${version}.tar.gz" checksum=838b907594baaff1cd767e95466a7745998ae64bc74be038dccc62e2de2e4247 -disable_parallel_build=yes + +if [ "$XBPS_TARGET_MACHINE" = i686 ]; then + broken="https://build.voidlinux.org/builders/i686_builder/builds/48522/steps/shell_3/logs/stdio" +fi post_install() { vlicense LICENSE