Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F173440465
D38194.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
515 B
Referenced Files
None
Subscribers
None
D38194.diff
View Options
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -77,11 +77,10 @@
.endif
META_TARGETS+= zoneinfo install-zoneinfo
-# On amd64, include 32-bit data for compatibility with statically-linked
-# i386 binaries which still use a 32-bit time_t.
-.if ${MACHINE_ARCH} == "amd64"
-ZICFLAGS+= -b fat
-.endif
+#
+# Produce “fat” zoneinfo files for backward compatibility.
+#
+ZICFLAGS?= -b fat
zoneinfo: ${TDATA}
mkdir -p ${TZBUILDDIR}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Sep 26, 11:04 PM (3 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39702629
Default Alt Text
D38194.diff (515 B)
Attached To
Mode
D38194: zoneinfo: Always produce fat zoneinfo files.
Attached
Detach File
Event Timeline
Log In to Comment