From mboxrd@z Thu Jan 1 00:00:00 1970 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 Content-Type: multipart/mixed; boundary="===============1709149124698150387==" List-Id: --===============1709149124698150387== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 =3D $(DIR_INFO)/$(THISAPP) PROG =3D dnsdist PAK_VER =3D 16 =20 -# SUP_ARCH =3D x86_64 aarch64 +SUP_ARCH =3D x86_64 aarch64 =20 DEPS =3D =20 --=20 2.34.1 --===============1709149124698150387==--