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