Dec. 21, 2016
4:23 p.m.
I tried updating the copy of tzcode in glibc. I found that as of the latest release and current git, zdump doesn't build with -DUSE_LTZ=0, because that configuration disables the inclusion of private.h, which defines the INITIALIZE macro which zdump now uses unconditionally. (There's also a -Wundef issue with the "#if !HAVE_POSIX_DECLS", as that's also only defined in private.h, but that's easy to work around.) -- Joseph S. Myers joseph@codesourcery.com
December 2016
5:21 p.m.
Thanks for reporting that. I installed the attached proposed patch into the development repository.
3435
Age (days ago)
3435
Last active (days ago)
1 comments
2 participants
participants (2)
-
Joseph Myers -
Paul Eggert