From a5caca48c3635a37f488c2acf9c25b3375826d81 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 3 Mar 2009 14:04:32 +0200 Subject: [PATCH] glibc: disable timezone subdirectory, in favor of the usage of tzdata package --- base/glibc/no_timezone.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 base/glibc/no_timezone.patch diff --git a/base/glibc/no_timezone.patch b/base/glibc/no_timezone.patch new file mode 100644 index 000000000..601974a6a --- /dev/null +++ b/base/glibc/no_timezone.patch @@ -0,0 +1,30 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../glibc/no_timezone.patch +# Copyright (C) 2009 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +zoneinfo from tzdata is prefered because this way is easier to keep the db +up to date. + +--- ./Makeconfig.orig 2009-03-03 13:02:17.000000000 +0200 ++++ ./Makeconfig 2009-03-03 13:03:03.000000000 +0200 +@@ -914,7 +914,7 @@ + stdlib stdio-common libio malloc string wcsmbs time dirent \ + grp pwd posix io termios resource misc socket sysvipc gmon \ + gnulib iconv iconvdata wctype manual shadow po argp \ +- crypt nss localedata timezone rt conform debug \ ++ crypt nss localedata rt conform debug \ + $(add-on-subdirs) $(dlfcn) $(binfmt-subdir) + + ifndef avoid-generated