mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-10 17:28:26 +02:00
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 <michael.tremer@ipfire.org>
This commit is contained in:
@@ -31,7 +31,7 @@ DL_FILE = $(THISAPP).tar.bz2
|
|||||||
DL_FROM = $(URL_IPFIRE)
|
DL_FROM = $(URL_IPFIRE)
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
SUP_ARCH = x86_64 i586
|
SUP_ARCH = x86_64
|
||||||
PROG = dnsdist
|
PROG = dnsdist
|
||||||
PAK_VER = 8
|
PAK_VER = 8
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user