From fe12778cd21ad820b8e928b524d8cdc660d278c8 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 28 Oct 2020 11:45:49 -0600 Subject: [PATCH] Adjust patch so that it works for gcc-10 as well --- fcoe-utils-gcc11.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcoe-utils-gcc11.patch b/fcoe-utils-gcc11.patch index e9b29fe..56953fa 100644 --- a/fcoe-utils-gcc11.patch +++ b/fcoe-utils-gcc11.patch @@ -8,7 +8,7 @@ index 2f323e4..d6bc3c3 100644 fipvlan_LDADD = lib/libutil.a +# These look like valid warnings, but the code may be fine in practice. Someone +# with a deeper understanding of the source needs to chime in -+fipvlan_CFLAGS = $(AM_CFLAGS) -Wno-error=array-bounds -Wno-error=stringop-overread ++fipvlan_CFLAGS = $(AM_CFLAGS) -Wno-error=array-bounds -Wno-stringop-overread + AUTOMAKE_OPTIONS=subdir-objects