From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] openvmtools: patch for newly build fails '-Wno-unused-local-typedefs' Date: Tue, 16 Feb 2016 17:59:59 +0100 Message-ID: <1455641999-4730-1-git-send-email-lorenz.marcel@web.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6609991950906890368==" List-Id: --===============6609991950906890368== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable --- lfs/openvmtools | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lfs/openvmtools b/lfs/openvmtools index 28a349f..f82e16e 100644 --- a/lfs/openvmtools +++ b/lfs/openvmtools @@ -36,6 +36,9 @@ PROG =3D openvmtools PAK_VER =3D 3 DEPS =3D "" =20 +CFLAGS +=3D -Wno-unused-local-typedefs +CXXFLAGS +=3D -Wno-unused-local-typedefs + ############################################################################= ### # Top-level Rules ############################################################################= ### --=20 1.9.1 --===============6609991950906890368==--