--- 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 = openvmtools PAK_VER = 3 DEPS = "" +CFLAGS += -Wno-unused-local-typedefs +CXXFLAGS += -Wno-unused-local-typedefs + ############################################################################### # Top-level Rules ############################################################################### -- 1.9.1