CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ncurses: updated to 6.1. Disabled stripping
[crossrootfs.git] / tzdata / zic_host-makefile.patch
CommitLineData
b7558847
VM
1--- src.orig/Makefile 2018-05-09 22:44:57.787104123 +0000
2+++ src/Makefile 2018-05-09 22:47:08.227103096 +0000
3@@ -350,14 +350,14 @@
fcacfef8 4
335daabe 5 # The zic command and its arguments.
6214a1c8
VM
6
7-zic= ./zic
8-ZIC= $(zic) $(ZFLAGS)
6c4f6dc5 9+zic= ./zic_host
335daabe 10+ZIC_HOST= $(zic) $(ZFLAGS)
6214a1c8 11
fcacfef8 12 ZFLAGS=
6214a1c8 13
335daabe 14 # How to use zic to install tz binary files.
6214a1c8 15
b7558847
VM
16-ZIC_INSTALL= $(ZIC) -d '$(DESTDIR)$(TZDIR)' $(LEAPSECONDS)
17+ZIC_INSTALL= $(ZIC_HOST) -d '$(DESTDIR)$(TZDIR)' $(LEAPSECONDS)
6214a1c8 18
335daabe
VM
19 # The name of a Posix-compliant 'awk' on your system.
20 AWK= awk
b7558847
VM
21@@ -600,7 +600,7 @@
22 TZDEFAULT='$(TZDEFAULT)' \
23 TZDIR='$(TZDIR)' \
24 YEARISTYPE='$(YEARISTYPE)' \
335daabe
VM
25- ZIC='$(ZIC)'
26+ ZIC='$(ZIC_HOST)'
6214a1c8 27
335daabe 28 # 'make install_data' installs one set of tz binary files.
b7558847 29 install_data: zic leapseconds yearistype tzdata.zi