From patchwork Sun Aug 16 10:29:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3339 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 4BTtkg5dHvz3x0m for ; Sun, 16 Aug 2020 10:31:23 +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 4BTtjl70cBzyH; Sun, 16 Aug 2020 10:30:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BTtjc68znz30Yt; Sun, 16 Aug 2020 10:30:28 +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 4BTtjY6m64z2yVQ for ; Sun, 16 Aug 2020 10:30:25 +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 4BTtjX5kWfztZ; Sun, 16 Aug 2020 10:30:24 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597573824; 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=MPMQ50Zzp4ghV5r/cNMcSZN+kkAOEZNcah3AKIQ2bvE=; b=ZcYsZ+nh3wSKQ4aHFQnJNHYisDtIpBbrqEZRzeewnqEULmuxlYWgTzBy1xjThC2j+kKdzT tZMGQVCd5vfIBqBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597573824; 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=MPMQ50Zzp4ghV5r/cNMcSZN+kkAOEZNcah3AKIQ2bvE=; b=JRWOFWI9rQgoOQS5jCAoiX9sj2gwr5vDOXEVD3gDO921/L4hobUa4JcCNtfEvJSR1wwbXE Th8l5KasuKZxQHSVwd2cphFsvMfe0YnIBg/ej1Eni//AD1f9AOU828OmgZIGO5GH6+sn2Q rhpV60KfsyeWc64ksgvfDVRfNCWxm0AodUixsietqb4o0Wf200D1QvzL4IoekEudN63MB5 hW/Md4ZHMOf+kAYJXF9FrJAKWqPvpbTe36rp8x5/ffP2AV+4GyR+n+kbp0/qRgmu3gKQP1 mBVoigyDZ9z7/50PcbZrwLsjTpDxTU6lW5+/FQyCKn8JPP9L6dq4wGUarzanHA== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 33/62] frr: Fix build with GCC 10 Date: Sun, 16 Aug 2020 10:29:24 +0000 Message-Id: <20200816102953.3881-33-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/frr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/frr b/lfs/frr index 8030dc817..052e4c176 100644 --- a/lfs/frr +++ b/lfs/frr @@ -36,6 +36,8 @@ PAK_VER = 1 DEPS = +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ###############################################################################