From 4b173045e97ab47f92bc27e9bef3a04f5742b263 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 13 Nov 2009 21:37:18 +0100 Subject: libc/glibc: add 2.10.1 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. --- patches/glibc/ports-2.10.1/380-dont-build-timezone.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 patches/glibc/ports-2.10.1/380-dont-build-timezone.patch (limited to 'patches/glibc/ports-2.10.1/380-dont-build-timezone.patch') diff --git a/patches/glibc/ports-2.10.1/380-dont-build-timezone.patch b/patches/glibc/ports-2.10.1/380-dont-build-timezone.patch new file mode 100644 index 00000000..c897c61b --- /dev/null +++ b/patches/glibc/ports-2.10.1/380-dont-build-timezone.patch @@ -0,0 +1,14 @@ +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 -- cgit v1.2.3