CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
make: fixed build and updated release
[crossrootfs.git] / tzdata / zic_host-makefile.patch
CommitLineData
442b415b
VM
1Binary files orig/.Makefile.un~ and new/.Makefile.un~ differ
2diff -pruN orig/Makefile new/Makefile
3--- orig/Makefile 2016-11-07 00:38:36.000000000 +0000
4+++ new/Makefile 2017-02-15 18:46:50.541740747 +0000
5@@ -255,14 +255,14 @@ LEAPSECONDS=
fcacfef8 6
442b415b 7 # The zic command and its arguments.
6214a1c8
VM
8
9-zic= ./zic
10-ZIC= $(zic) $(ZFLAGS)
6c4f6dc5 11+zic= ./zic_host
442b415b 12+ZIC_HOST= $(zic) $(ZFLAGS)
6214a1c8 13
fcacfef8 14 ZFLAGS=
6214a1c8 15
442b415b 16 # How to use zic to install tz binary files.
6214a1c8 17
442b415b
VM
18-ZIC_INSTALL= $(ZIC) -y $(YEARISTYPE) -d $(DESTDIR)$(TZDIR) $(LEAPSECONDS)
19+ZIC_INSTALL= $(ZIC_HOST) -y $(YEARISTYPE) -d $(DESTDIR)$(TZDIR) $(LEAPSECONDS)
6214a1c8 20
442b415b
VM
21 # The name of a Posix-compliant 'awk' on your system.
22 AWK= awk
23@@ -475,7 +475,7 @@ INSTALLARGS = \
24 PACKRATDATA='$(PACKRATDATA)' \
25 TZDIR=$(TZDIR) \
26 YEARISTYPE=$(YEARISTYPE) \
27- ZIC='$(ZIC)'
28+ ZIC='$(ZIC_HOST)'
6214a1c8 29
442b415b
VM
30 # 'make install_data' installs one set of tz binary files.
31 # It can be tailored by setting LEAPSECONDS, PACKRATDATA, etc.