disable paks that not compile with gcc-11

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2021-07-02 07:02:55 +02:00
parent 78f038f00f
commit 17cd114192
4 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

@@ -34,6 +34,8 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libcdada
PAK_VER = 1
SUP_ARCH = none
DEPS =
###############################################################################

View File

@@ -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

View File

@@ -34,6 +34,8 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = pmacct
PAK_VER = 1
SUP_ARCH = none
DEPS = libcdada
###############################################################################