From patchwork Sun Aug 16 10:29:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3326 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 4BTtkC0FZGz3x0m for ; Sun, 16 Aug 2020 10:30:59 +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 4BTtjg3g89zwx; Sun, 16 Aug 2020 10:30:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BTtjY5kBhz30YT; 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 4BTtjW3Y7xz2xjj for ; Sun, 16 Aug 2020 10:30:23 +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 4BTtjW2dlbzlp; Sun, 16 Aug 2020 10:30:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597573823; 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=8TpGXkAP4KOtq33Xu94FOdV9RhZt79nnXoJtV7oinuI=; b=pEQKOQHHOw1xU4zUyAP8O7nmIs7f8zey7mV6dTVXxl0vNNK8rUsw4I05y64Js/mPrqgbZd LgHWB5oMfLGrdXDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597573823; 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=8TpGXkAP4KOtq33Xu94FOdV9RhZt79nnXoJtV7oinuI=; b=FMbRqp6y8srT2QWXQsRZipneCw07h53VMnpz8+p+K8UGdCzbpsXCD1+SnRVk3TlOkfTv8t pqlbPEYNam/dHx1kWjQddr4eLiGu+lSi96UyIubnqMEfDSSUG/jyJfOeRJhHZKTwvSIHDW wZiLYZcI6tkwFZJMHi/l950GXssDHD9y8owIE6SF947HZqA6kqxvO5EQnK3JZHsIpv0m51 KrU6wvfj8RWWNzogKMMAw0rlvvUfVjMxkBal3UmYnNkkF0M/mZrXz3DfTh5M/CZI8UP8Cv b6+dlvlB8OECid7yC0mujYLKaf97qfv+q2x/VlcMTUVPcX15pwEGbk2gU7DuIg== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 22/62] netatalk: Fix build with GCC 10 Date: Sun, 16 Aug 2020 10:29:13 +0000 Message-Id: <20200816102953.3881-22-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/netatalk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/netatalk b/lfs/netatalk index 16fd292eb..e1147c032 100644 --- a/lfs/netatalk +++ b/lfs/netatalk @@ -36,7 +36,7 @@ PAK_VER = 2 DEPS = avahi dbus krb5 -CFLAGS += -Wno-unused-result +CFLAGS += -fcommon -Wno-unused-result ############################################################################### # Top-level Rules