From 57e922ea9923fb285af540a01711eed9ffafece9 Mon Sep 17 00:00:00 2001 From: Nick Zolnierz Date: Mon, 13 Nov 2017 11:33:27 -0500 Subject: [PATCH] SERVER-31913: EVG timezone task compile failure --- etc/olsen_time_zones.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/olsen_time_zones.yml b/etc/olsen_time_zones.yml index 2c219162493a5..f19682ff435ab 100644 --- a/etc/olsen_time_zones.yml +++ b/etc/olsen_time_zones.yml @@ -8,7 +8,7 @@ functions: working_dir: src script: | cd src/third_party/timelib-*/zones - make timezonedb.zip + make timezonedb.zip CFLAGS=-DHAVE_SNPRINTF=1 cp timezonedb.zip timezonedb-latest.zip "publish" :