|
|
|
# --- 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.
|
|
|
|
|
|
|
|
--- glibc-2.10.1/Makeconfig.orig 2009-05-09 23:57:56.000000000 +0200
|
|
|
|
+++ glibc-2.10.1/Makeconfig 2009-11-26 22:01:42.000000000 +0100
|
|
|
|
@@ -918,7 +918,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 gshadow po argp \
|
|
|
|
- crypt nss localedata timezone rt conform debug \
|
|
|
|
+ crypt nss localedata rt conform debug \
|
|
|
|
$(add-on-subdirs) $(dlfcn) $(binfmt-subdir)
|
|
|
|
|
|
|
|
ifndef avoid-generated
|