From 88e57eee6941aedf250f365a506ef3c532b4060d Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 18 Aug 2011 13:45:10 +0000 Subject: [PATCH] make time functions pass PCTS test . fixes a problem in building gawk wanting to provide its own mktime otherwise --- lib/nbsd_libc/time/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nbsd_libc/time/Makefile b/lib/nbsd_libc/time/Makefile index dd154b301..689bdde33 100644 --- a/lib/nbsd_libc/time/Makefile +++ b/lib/nbsd_libc/time/Makefile @@ -212,7 +212,7 @@ GCC_DEBUG_FLAGS = -Dlint -g -O -fno-common \ # before the first Monday in January when a "%V" format is used and January 1 # falls on a Friday, Saturday, or Sunday. -CFLAGS= +CFLAGS= -DPCTS # If you want zic's -s option used when installing, uncomment the next line # ZFLAGS= -s