mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +00:00
4b173045e9
Woo... It seems the glibc guys finally decided that tarballs were not deprecated, in fact. The patchset was vampirised from Gentoo (kudos, guys!), and applies to glibc+ports, so that's why it's been added as a patchset against ports, not against glibc.
15 lines
696 B
Diff
15 lines
696 B
Diff
timezone data has been split into the package sys-libs/timezone-data
|
|
|
|
diff -durN glibc-2.10.1.orig/Makeconfig glibc-2.10.1/Makeconfig
|
|
--- glibc-2.10.1.orig/Makeconfig 2009-11-13 00:50:13.000000000 +0100
|
|
+++ glibc-2.10.1/Makeconfig 2009-11-13 00:50:41.000000000 +0100
|
|
@@ -919,7 +919,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
|