From 17cd1141920ff448925a703cac65b2042668fee0 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 2 Jul 2021 07:02:55 +0200 Subject: [PATCH] disable paks that not compile with gcc-11 Signed-off-by: Arne Fitzenreiter --- lfs/dnsdist | 3 ++- lfs/libcdada | 2 ++ lfs/openvmtools | 5 ++++- lfs/pmacct | 2 ++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lfs/dnsdist b/lfs/dnsdist index b93a4fc36b..5e110c5c94 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -31,7 +31,8 @@ DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -SUP_ARCH = x86_64 +#SUP_ARCH = x86_64 +SUP_ARCH = none PROG = dnsdist PAK_VER = 9 diff --git a/lfs/libcdada b/lfs/libcdada index 7a7b208ef3..f1470ea056 100644 --- a/lfs/libcdada +++ b/lfs/libcdada @@ -34,6 +34,8 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = libcdada PAK_VER = 1 +SUP_ARCH = none + DEPS = ############################################################################### diff --git a/lfs/openvmtools b/lfs/openvmtools index 01915d6a61..edc159da93 100644 --- a/lfs/openvmtools +++ b/lfs/openvmtools @@ -31,10 +31,13 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -SUP_ARCH = x86_64 i586 +#SUP_ARCH = x86_64 i586 +SUP_ARCH = none PROG = openvmtools PAK_VER = 7 + + DEPS = libtirpc CFLAGS += -Wno-error=array-bounds diff --git a/lfs/pmacct b/lfs/pmacct index 30c6c47e12..5674ecc1be 100644 --- a/lfs/pmacct +++ b/lfs/pmacct @@ -34,6 +34,8 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = pmacct PAK_VER = 1 +SUP_ARCH = none + DEPS = libcdada ############################################################################### -- 2.39.5