From: Ben Gras Date: Thu, 18 Aug 2011 13:45:10 +0000 (+0000) Subject: make time functions pass PCTS test X-Git-Tag: v3.2.0~347 X-Git-Url: http://zhaoyanbai.com/repos/rndc.conf.html?a=commitdiff_plain;h=88e57eee6941aedf250f365a506ef3c532b4060d;p=minix.git make time functions pass PCTS test . fixes a problem in building gawk wanting to provide its own mktime otherwise --- 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