From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 29/62] w_scan: Fix build with GCC 10 Date: Sun, 16 Aug 2020 10:29:20 +0000 Message-ID: <20200816102953.3881-29-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6287326781581351264==" List-Id: --===============6287326781581351264== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- lfs/w_scan | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/w_scan b/lfs/w_scan index 62e77962d..df8d3ffe9 100644 --- a/lfs/w_scan +++ b/lfs/w_scan @@ -37,6 +37,8 @@ PAK_VER =3D 7 =20 DEPS =3D =20 +CFLAGS +=3D -fcommon + ############################################################################= ### # Top-level Rules ############################################################################= ### --=20 2.20.1 --===============6287326781581351264==--