diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-04 12:44:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-04 12:44:27 +0000 |
commit | 0460deff4395885f0518ff59f208d56abeb1dd20 (patch) | |
tree | afa153c2c47345bf2a1dc71dc593bd982f54d857 /main/tzdata/Makefile.patch | |
parent | 12076db26aed9e4e6a453d8312c8e6b2bb74d214 (diff) | |
download | aports-0460deff4395885f0518ff59f208d56abeb1dd20.tar.bz2 aports-0460deff4395885f0518ff59f208d56abeb1dd20.tar.xz |
main/tzdata: upgrade to 2015d
Diffstat (limited to 'main/tzdata/Makefile.patch')
-rw-r--r-- | main/tzdata/Makefile.patch | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/main/tzdata/Makefile.patch b/main/tzdata/Makefile.patch index 98bb6f2998..3d32e37ccd 100644 --- a/main/tzdata/Makefile.patch +++ b/main/tzdata/Makefile.patch @@ -34,7 +34,7 @@ # Library functions are put in an archive in LIBDIR. -@@ -321,8 +321,10 @@ +@@ -323,15 +323,17 @@ ############################################################################### @@ -47,7 +47,15 @@ AR= ar -@@ -374,12 +376,14 @@ + # ':' on typical hosts; 'ranlib' on the ancient hosts that still need ranlib. + RANLIB= : + +-TZCOBJS= zic.o ++TZCOBJS= zic.o scheck.o ialloc.o + TZDOBJS= zdump.o localtime.o asctime.o + DATEOBJS= date.o localtime.o strftime.o asctime.o + LIBSRCS= localtime.c asctime.c difftime.c +@@ -376,12 +378,14 @@ install: all $(DATA) $(REDO) $(MANS) mkdir -p $(DESTDIR)$(ETCDIR) $(DESTDIR)$(TZDIR) \ $(DESTDIR)$(LIBDIR) \ @@ -63,7 +71,7 @@ cp libtz.a $(DESTDIR)$(LIBDIR)/. $(RANLIB) $(DESTDIR)$(LIBDIR)/libtz.a cp -f newctime.3 newtzset.3 $(DESTDIR)$(MANDIR)/man3/. -@@ -428,18 +432,18 @@ +@@ -430,18 +434,18 @@ # to using them, or vice versa. right_posix: right_only leapseconds rm -fr $(DESTDIR)$(TZDIR)-leaps @@ -88,10 +96,10 @@ -L leapseconds $(TDATA) posix_packrat: posix_only backzone -@@ -468,7 +472,7 @@ +@@ -470,7 +474,7 @@ chmod +x $@ - check: check_character_set check_white_space check_sorted \ + check: check_character_set check_white_space check_links check_sorted \ - check_tables check_web + check_tables |