diff options
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/time/Makefile b/time/Makefile index a7fe2f91c5..acd82d855e 100644 --- a/time/Makefile +++ b/time/Makefile @@ -44,6 +44,7 @@ tz-cflags = -DTZDIR='"$(zonedir)"' \ CFLAGS-tzfile.c = $(tz-cflags) CFLAGS-tzset.c = $(tz-cflags) +CFLAGS-getdate.c = -fexceptions # Don't warn about Y2k problem in strftime format string. CFLAGS-test_time.c = -Wno-format |