From patchwork Sun Aug 16 10:29:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3321 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 4BTtk22J7wz3x0m for ; Sun, 16 Aug 2020 10:30:50 +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 4BTtjf2z3KzwQ; Sun, 16 Aug 2020 10:30:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BTtjY1pjtz30Y5; Sun, 16 Aug 2020 10:30:25 +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 4BTtjV6Vsmz2xjj 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 4BTtjV5YzTzhS; 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=CuuinL4rRgoySTubEQDBV7iTgn2U41f0Iz90rJ/fut4=; b=7gVyaLU9+60JoxUwv4YB+DyQkM4it0GMWVmSrXlXhUGHMmFoVNKUAsFTmDXllkBKrx0neA CkU2ZpniGe9ySEAQ== 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=CuuinL4rRgoySTubEQDBV7iTgn2U41f0Iz90rJ/fut4=; b=aEu6S2KFXMGCuy9h7sO8QPQTZn+hk3lf/1irl3vsVOPzFYGDl1MIMWKlwcaxqrjVSo1q5z 9EglD5ybtJcJxk9O2sOlYbSI4Sy9Fk41q3oF7Ug96EU2+2plie5z3Ji0wLBrQ+UT+b7sZC Pwyg/rc2o+aePDDX35bYcGuubsMsxTSsIYTp1vga6JIECzNIixCi8qKZQ7KhKckySaYjBh XfVFLkQzlRzUml8U21xGvIjFKRJ3F1w5vesYolVvQWkx+rwipoNFkaeyCXcTxJsNx96uWp z80iCjsZQD7Bc6DQi/4tETDJojOtm37qQ5Cjrg/SAF/qhSwxgW0RbErHm7PQZQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 16/62] libtirpc: Fix build with GCC 10 Date: Sun, 16 Aug 2020 10:29:07 +0000 Message-Id: <20200816102953.3881-16-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/libtirpc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/libtirpc b/lfs/libtirpc index 92c38e82a..59ac91354 100644 --- a/lfs/libtirpc +++ b/lfs/libtirpc @@ -36,6 +36,8 @@ PAK_VER = 2 DEPS = +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ###############################################################################