From 839bc5527a236db38ea234633e3cff1215259a97 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 10 Jul 2021 17:53:08 +0000 Subject: [PATCH] dnsdist: build only for x86_64 32bit archs fail because time_t is only 4 bytes and aarch64 not build on builders with 2GB ram. Signed-off-by: Arne Fitzenreiter --- lfs/dnsdist | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lfs/dnsdist b/lfs/dnsdist index 96e775a379..7d0e55e570 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2021 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 # @@ -34,6 +34,8 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = dnsdist PAK_VER = 9 +SUP_ARCH = x86_64 + DEPS = MAX_PARALLELISM = $(shell echo $$(( $(SYSTEM_MEMORY) / 2048 ))) -- 2.39.5