Browse Source

glibc: disable timezone subdirectory, in favor of the usage of tzdata package

cross
Alejandro Mery 16 years ago
parent
commit
a5caca48c3
  1. 30
      base/glibc/no_timezone.patch

30
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
Loading…
Cancel
Save