diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-28 13:34:41 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-28 13:34:41 +0000 |
commit | aeddc2708dfec1daf0dd71a9afd41bcd98fe6ee0 (patch) | |
tree | c1f02b666c42e7d0493064b072e8b80201f03aca /patches/glibc/2.9/420-dont-build-timezone.patch | |
parent | 91a189c7ba35f9a723c986c3b90873db0f4366b9 (diff) | |
download | crosstool-ng-aeddc2708dfec1daf0dd71a9afd41bcd98fe6ee0.tar.gz crosstool-ng-aeddc2708dfec1daf0dd71a9afd41bcd98fe6ee0.tar.bz2 crosstool-ng-aeddc2708dfec1daf0dd71a9afd41bcd98fe6ee0.zip |
Rename patch dir for glibc-2.9: version string is 2.9, not 2_9.
Diffstat (limited to 'patches/glibc/2.9/420-dont-build-timezone.patch')
-rw-r--r-- | patches/glibc/2.9/420-dont-build-timezone.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/patches/glibc/2.9/420-dont-build-timezone.patch b/patches/glibc/2.9/420-dont-build-timezone.patch new file mode 100644 index 00000000..05aeb82c --- /dev/null +++ b/patches/glibc/2.9/420-dont-build-timezone.patch @@ -0,0 +1,19 @@ +Original patch from: gentoo/src/patchsets/glibc/2.9/5063_all_glibc-dont-build-timezone.patch + +-= BEGIN original header =- +timezone data has been split into the package sys-libs/timezone-data + +-= END original header =- + +diff -durN glibc-2_9.orig/Makeconfig glibc-2_9/Makeconfig +--- glibc-2_9.orig/Makeconfig 2009-02-02 22:01:05.000000000 +0100 ++++ glibc-2_9/Makeconfig 2009-02-02 22:01:27.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 po argp \ +- crypt nss localedata timezone rt conform debug \ ++ crypt nss localedata rt conform debug \ + $(add-on-subdirs) $(dlfcn) $(binfmt-subdir) + + ifndef avoid-generated |