From: Mike Frysinger Date: Mon, 19 Oct 2015 18:09:52 +0000 (-0400) Subject: timezone: document new --disable-timezone-tools option X-Git-Tag: glibc-2.23~299 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc148ca1b1d9305b198e402c3c9c08ff80403d50;p=thirdparty%2Fglibc.git timezone: document new --disable-timezone-tools option Reported-by: Joseph Myers --- diff --git a/NEWS b/NEWS index d7404f41a62..c189bada06a 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,11 @@ Version 2.23 19050, 19059, 19071, 19074, 19076, 19077, 19078, 19079, 19085, 19086, 19088, 19094, 19095, 19124, 19125, 19129, 19134, 19137. +* There is now a --disable-timezone-tools configure option for disabling the + building and installing of the timezone related utilities (zic, zdump, and + tzselect). This is useful for people who build the timezone data and code + independent of the GNU C Library. + * The LD_POINTER_GUARD environment variable can no longer be used to disable the pointer guard feature. It is always enabled.