mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
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 <arne_f@ipfire.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# #
|
# #
|
||||||
# IPFire.org - A linux based firewall #
|
# IPFire.org - A linux based firewall #
|
||||||
# Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
|
# Copyright (C) 2007-2021 IPFire Team <info@ipfire.org> #
|
||||||
# #
|
# #
|
||||||
# This program is free software: you can redistribute it and/or modify #
|
# 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 #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
@@ -34,6 +34,8 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
|||||||
PROG = dnsdist
|
PROG = dnsdist
|
||||||
PAK_VER = 9
|
PAK_VER = 9
|
||||||
|
|
||||||
|
SUP_ARCH = x86_64
|
||||||
|
|
||||||
DEPS =
|
DEPS =
|
||||||
|
|
||||||
MAX_PARALLELISM = $(shell echo $$(( $(SYSTEM_MEMORY) / 2048 )))
|
MAX_PARALLELISM = $(shell echo $$(( $(SYSTEM_MEMORY) / 2048 )))
|
||||||
|
|||||||
Reference in New Issue
Block a user