]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
timezone: document new --disable-timezone-tools option
authorMike Frysinger <vapier@gentoo.org>
Mon, 19 Oct 2015 18:09:52 +0000 (14:09 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 19 Oct 2015 18:11:44 +0000 (14:11 -0400)
Reported-by: Joseph Myers <joseph@codesourcery.com>
NEWS

diff --git a/NEWS b/NEWS
index d7404f41a62c3540e232bdaae131d0be96cb8a68..c189bada06a4776f0b42da14b20f13436a38bf01 100644 (file)
--- 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.