From patchwork Sun Aug 16 10:29:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3314 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BTtjl48QQz3x0m for ; Sun, 16 Aug 2020 10:30:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BTtjb38Q4zvW; Sun, 16 Aug 2020 10:30:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BTtjX4rHZz30Wx; Sun, 16 Aug 2020 10:30:24 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4BTtjV35Hdz2xq4 for ; Sun, 16 Aug 2020 10:30:22 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4BTtjV26tCzQj; Sun, 16 Aug 2020 10:30:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597573822; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QGex/PpfxHyGoTHhxU7j+EwtPdZawgfFpjpRwddGy/c=; b=QQ7k9TMjLnqMhnTbI1EVTqWTi6PDJE8mOSdEYh9yS74T1wAIKW05hn56P8Fhu3NgPF9f76 qr3pIhxpZUlkX6Bw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597573822; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QGex/PpfxHyGoTHhxU7j+EwtPdZawgfFpjpRwddGy/c=; b=XsIhfhTkY9JVzkwPXkWNI5qN9KHQyGjKUncZc8MOTEkLZK3vyU9M4p0JcTftuooGN3pUJo G9arVGrgytLrHztC7sVfq9AqQ+aIb7R4k97yYpIoXAnflHQeey+a6qqdm7jokzEbwBtawX seR+FDwvgI1Tmf5TXIdaUcu2H/HIKOooWHJyp1uARz+0TuxFN6p85undNQ8MwWMz1VRk1J lh+z9QRCPRFpUPl45WNm8msZlcUR6vxkfMlor2V6GvDaCYm2PFzIqQ/Ao6T/DEh2miArk7 0rLh3SPSVEBxFwaT183kLaNC6PkNQRjU0xREpigInINHKwoy2CZGc2dUokp/MA== 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> References: <20200816102953.3881-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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)) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/efivar-37-compile-fixes-1.patch cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/efivar-37-compile-fixes-2.patch + + # -Werror, not even once + cd $(DIR_APP) && sed -e "s/-Werror//g" -i gcc.specs + cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKETUNING) cd $(DIR_APP) && make install