diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-10-03 01:23:39 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-03 14:06:26 +0200 |
commit | f67da5868d0420d8d466dffbc3655ce1239a1f3b (patch) | |
tree | 33d70bcff98f0a2388af4028f13d4e5a836279f1 /main/tzdata/0001-posixtz-fix-up-lseek.patch | |
parent | 0d228d25772875ce2dbc67a20214e0e10c96f0a9 (diff) | |
download | aports-f67da5868d0420d8d466dffbc3655ce1239a1f3b.tar.bz2 aports-f67da5868d0420d8d466dffbc3655ce1239a1f3b.tar.xz |
main/tzdata: upgrade to 2015g
Instead of patching the broken Makefile I decided to install the
relevant files manually. Other major linux distributions (e.g. arch
linux) also do it this way.
Diffstat (limited to 'main/tzdata/0001-posixtz-fix-up-lseek.patch')
-rw-r--r-- | main/tzdata/0001-posixtz-fix-up-lseek.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/tzdata/0001-posixtz-fix-up-lseek.patch b/main/tzdata/0001-posixtz-fix-up-lseek.patch index 1db3eba9eb..4bf164fec9 100644 --- a/main/tzdata/0001-posixtz-fix-up-lseek.patch +++ b/main/tzdata/0001-posixtz-fix-up-lseek.patch @@ -11,8 +11,8 @@ causing a word masking issue. diff --git a/posixtz.c b/posixtz.c index cddcb3e..972ca31 100644 ---- a/posixtz-0.3/posixtz.c -+++ b/posixtz-0.3/posixtz.c +--- a/posixtz-0.5/posixtz.c ++++ b/posixtz-0.5/posixtz.c @@ -36,7 +36,7 @@ char *posix_tz(const char *filename) if (r != TZ_BUFLEN || strncmp(buf, "TZif", 4) != 0 |