From e22b42571a0e5b7db76910c40dde099dfa961287 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 23 Jan 2022 08:03:06 +0000 Subject: [PATCH] libvirt: enabled on aarch64 Signed-off-by: Arne Fitzenreiter --- lfs/libvirt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libvirt b/lfs/libvirt index a8fb0af1bc..bc0dfc0364 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2022 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 # @@ -31,7 +31,7 @@ DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -SUP_ARCH = x86_64 +SUP_ARCH = x86_64 aarch64 PROG = libvirt PAK_VER = 27 -- 2.39.5