]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
disable paks that not compile with gcc-11
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 2 Jul 2021 05:02:55 +0000 (07:02 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 5 Jul 2021 05:42:40 +0000 (07:42 +0200)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/dnsdist
lfs/libcdada
lfs/openvmtools
lfs/pmacct

index b93a4fc36b0713dca285ebb86b7e72dce7a69dc7..5e110c5c94406d674f23260d8aff8b4617b709a4 100644 (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
 
index 7a7b208ef30eaa81e957539fbecbe63a918af85c..f1470ea0560796ee0c858737cf701d05b814f9f3 100644 (file)
@@ -34,6 +34,8 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libcdada
 PAK_VER    = 1
 
+SUP_ARCH   = none
+
 DEPS       = 
 
 ###############################################################################
index 01915d6a619c095a6e5211c7fcaaa605fd8949d4..edc159da9365d347495f8fff8ad7a225c0ea69ee 100644 (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
index 30c6c47e12abf6caf6abd5083118aa785b86ddd2..5674ecc1be30e845ec0393cc3e5dbe4d77690fba 100644 (file)
@@ -34,6 +34,8 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = pmacct
 PAK_VER    = 1
 
+SUP_ARCH   = none
+
 DEPS       = libcdada
 
 ###############################################################################