From: Michael Tremer Date: Wed, 12 May 2021 09:42:27 +0000 (+0000) Subject: dnsdist: Only build for x86_64 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=f1d3be86567571d66ec8452d9f037fb1805aae4e dnsdist: Only build for x86_64 It looks like 32 bit architectures are not supported at all by this program any more. Signed-off-by: Michael Tremer --- diff --git a/lfs/dnsdist b/lfs/dnsdist index aaebeec0db..3c30b42134 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -31,7 +31,7 @@ DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -SUP_ARCH = x86_64 i586 +SUP_ARCH = x86_64 PROG = dnsdist PAK_VER = 8