57eb5a
diff -Nrup a/Makefile b/Makefile
57eb5a
--- a/Makefile	2017-10-23 18:03:40.237177646 -0400
57eb5a
+++ b/Makefile	2017-10-23 18:06:20.060683518 -0400
57eb5a
@@ -292,7 +292,7 @@ GCC_DEBUG_FLAGS = -DGCC_LINT -g3 -O3 -fn
57eb5a
 # January's first Monday when a "%V" format is used and January 1
57eb5a
 # falls on a Friday, Saturday, or Sunday.
57eb5a
 
57eb5a
-CFLAGS=
57eb5a
+CFLAGS= -DHAVE_SNPRINTF=1
57eb5a
 
57eb5a
 # Linker flags.  Default to $(LFLAGS) for backwards compatibility
57eb5a
 # to release 2012h and earlier.