From: Arne Fitzenreiter Date: Fri, 2 Jul 2021 05:02:55 +0000 (+0200) Subject: disable paks that not compile with gcc-11 X-Git-Tag: v2.27-core159~69 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=17cd1141920ff448925a703cac65b2042668fee0 disable paks that not compile with gcc-11 Signed-off-by: Arne Fitzenreiter --- 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 ###############################################################################