From mboxrd@z Thu Jan 1 00:00:00 1970 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2106261741559117047==" List-Id: --===============2106261741559117047== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 =3D 2 =20 DEPS =3D avahi dbus krb5 =20 -CFLAGS +=3D -Wno-unused-result +CFLAGS +=3D -fcommon -Wno-unused-result =20 ############################################################################= ### # Top-level Rules --=20 2.20.1 --===============2106261741559117047==--