--- src.orig/Makefile 2018-05-09 22:44:57.787104123 +0000 +++ src/Makefile 2018-05-09 22:47:08.227103096 +0000 @@ -350,14 +350,14 @@ # The zic command and its arguments. -zic= ./zic -ZIC= $(zic) $(ZFLAGS) +zic= ./zic_host +ZIC_HOST= $(zic) $(ZFLAGS) ZFLAGS= # How to use zic to install tz binary files. -ZIC_INSTALL= $(ZIC) -d '$(DESTDIR)$(TZDIR)' $(LEAPSECONDS) +ZIC_INSTALL= $(ZIC_HOST) -d '$(DESTDIR)$(TZDIR)' $(LEAPSECONDS) # The name of a Posix-compliant 'awk' on your system. AWK= awk @@ -600,7 +600,7 @@ TZDEFAULT='$(TZDEFAULT)' \ TZDIR='$(TZDIR)' \ YEARISTYPE='$(YEARISTYPE)' \ - ZIC='$(ZIC)' + ZIC='$(ZIC_HOST)' # 'make install_data' installs one set of tz binary files. install_data: zic leapseconds yearistype tzdata.zi