From patchwork Fri Oct 13 04:40:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 7279 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4S6DMy1Hh1z3wlw for ; Fri, 13 Oct 2023 04:40:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4S6DMw5Y6QzSN; Fri, 13 Oct 2023 04:40:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4S6DMw4TXQz2xF9; Fri, 13 Oct 2023 04:40:44 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4S6DMv2FJ8z2xF9 for ; Fri, 13 Oct 2023 04:40:43 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4S6DMt3CRBzSN; Fri, 13 Oct 2023 04:40:42 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1697172042; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=5ItnPyYf5Do25p4gli80C3UWXEjI55OK1P7FHnFE0tw=; b=9gfxV58im25WXi9ujix/OYoqH9fhU2IjK/wdkvQauXYQj1yFu1pQS7o2y+IbZl2RPzGtxW xcjPBZyWPPgt7MAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1697172042; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=5ItnPyYf5Do25p4gli80C3UWXEjI55OK1P7FHnFE0tw=; b=IIzoZHKM73HpOmGV+ggEzLrDSGvD3IzYRwvALgkJ7Klya5BySvL9ZIdXZlDfSDJ/wSdZe9 1wh5EWqSXDS9s8EHiWJC7s2gmcGhhVccC/7xtWD2ELk1kR9HzZQQgm4Ob2GOtV59sEMNeE yHNEgGmWvj5rqryqgjXewTN1dNs0eEhjNs8Mv/tmH1/v5njHgar7G1JhTn8O7LZCRdmWtV VhfM6UPZC/7j5hBi8tVb+P6tP6MmKyp0PA5fyfgXMdXMLTZlePacWotpho1YMCTe3rSeSs l5A3bgdoOvjz74RVCEw7TpXfCxWS0PfN3EnU8yIRkaTqy3N9ccZfRAyua6AvCg== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] dnsdist: disabled on riscv64 again Date: Fri, 13 Oct 2023 04:40:33 +0000 Message-Id: <20231013044033.3577122-1-arne_f@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: TP46YJFLR7JTAGOBVDXHEM6NTXRRF2VA X-Message-ID-Hash: TP46YJFLR7JTAGOBVDXHEM6NTXRRF2VA X-MailFrom: arne_f@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Arne Fitzenreiter X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: dnsdist build on my builder fine but it fails on the buildserver via qemu-user. Signed-off-by: Arne Fitzenreiter --- lfs/dnsdist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/dnsdist b/lfs/dnsdist index 3fbdcf505..1608d5673 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -36,7 +36,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = dnsdist PAK_VER = 16 -# SUP_ARCH = x86_64 aarch64 +SUP_ARCH = x86_64 aarch64 DEPS =