summaryrefslogtreecommitdiffstats
path: root/package/x11r7/mesa3d/mesa3d-bug-3133.patch
diff options
context:
space:
mode:
authorDirk2012-06-22 10:16:24 +0200
committerDirk2012-06-22 10:16:24 +0200
commit68cd578a6f62f51de1a37e93d8704e78e0b798c1 (patch)
tree435b1e8b0ccf37c92f8c56ed9b1ff28eefe57b08 /package/x11r7/mesa3d/mesa3d-bug-3133.patch
parentInit für das initiale RootFS, welches das AUFS zusammenbaut und dann switch_... (diff)
parentupdate buildroot config (diff)
downloadbuildroot-68cd578a6f62f51de1a37e93d8704e78e0b798c1.tar.gz
buildroot-68cd578a6f62f51de1a37e93d8704e78e0b798c1.tar.xz
buildroot-68cd578a6f62f51de1a37e93d8704e78e0b798c1.zip
Merge branch 'master' of openslx.org:openslx-ng/buildroot
Diffstat (limited to 'package/x11r7/mesa3d/mesa3d-bug-3133.patch')
-rw-r--r--package/x11r7/mesa3d/mesa3d-bug-3133.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/x11r7/mesa3d/mesa3d-bug-3133.patch b/package/x11r7/mesa3d/mesa3d-bug-3133.patch
new file mode 100644
index 000000000..60dfda993
--- /dev/null
+++ b/package/x11r7/mesa3d/mesa3d-bug-3133.patch
@@ -0,0 +1,11 @@
+--- a/src/mesa/main/imports.c 2011-02-18 18:26:04.000000000 +0100
++++ bsrc/mesa/main/imports.c 2011-02-18 18:31:05.000000000 +0100
+@@ -915,7 +915,7 @@ _mesa_atoi(const char *s)
+ double
+ _mesa_strtod( const char *s, char **end )
+ {
+-#ifdef _GNU_SOURCE
++#if defined(_GNU_SOURCE) && !defined(__UCLIBC__)
+ static locale_t loc = NULL;
+ if (!loc) {
+ loc = newlocale(LC_CTYPE_MASK, "C", NULL);