From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 11/62] efivar: Fix build with GCC 10 Date: Sun, 16 Aug 2020 10:29:02 +0000 Message-ID: <20200816102953.3881-11-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1667898070035186230==" List-Id: --===============1667898070035186230== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- lfs/efivar | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lfs/efivar b/lfs/efivar index a2e86a255..4453f99f2 100644 --- a/lfs/efivar +++ b/lfs/efivar @@ -74,6 +74,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) =20 cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/efivar-37-compile-fixe= s-1.patch cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/efivar-37-compile-fixe= s-2.patch + + # -Werror, not even once + cd $(DIR_APP) && sed -e "s/-Werror//g" -i gcc.specs + cd $(DIR_APP) && make CFLAGS=3D"$(CFLAGS)" LDFLAGS=3D"$(LDFLAGS)" $(MAKETUN= ING) cd $(DIR_APP) && make install =20 --=20 2.20.1 --===============1667898070035186230==--