localtime: Default zoneinfo directory is /etc/zoneinfo instead of /usr/local/etc/zoneinfo which results in a longer pathname than the default 32 characer MAX
This commit is contained in:
parent
70ad9a6bcf
commit
8a023fec09
@ -67,7 +67,7 @@
|
||||
#ifdef CONFIG_LIBC_TZDIR
|
||||
# define TZDIR CONFIG_LIBC_TZDIR
|
||||
#else
|
||||
# define TZDIR "/usr/local/etc/zoneinfo"
|
||||
# define TZDIR "/etc/zoneinfo"
|
||||
#endif
|
||||
|
||||
/* Time definitions *********************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user