$OpenBSD: patch-programs_Makefile,v 1.7 2021/03/06 19:31:22 bket Exp $

Some compilers don't have -Wvla

Index: programs/Makefile
--- programs/Makefile.orig
+++ programs/Makefile
@@ -59,7 +59,7 @@ CFLAGS   ?= -O3
 DEBUGFLAGS+=-Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \
             -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement \
             -Wstrict-prototypes -Wundef -Wpointer-arith \
-            -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings \
+            -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings \
             -Wredundant-decls -Wmissing-prototypes -Wc++-compat
 CFLAGS   += $(DEBUGFLAGS)
 CPPFLAGS += $(MOREFLAGS)
