Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits: a0dfc20f by Timo Aaltonen at 2021-01-04T09:08:36+02:00 path_max.diff: Updated. - - - - - 2 changed files: - debian/changelog - debian/patches/path_max.diff Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +mesa (20.3.2-2) UNRELEASED; urgency=medium + + * path_max.diff: Updated. + + -- Timo Aaltonen <tjaal...@debian.org> Mon, 04 Jan 2021 09:07:25 +0200 + mesa (20.3.2-1) unstable; urgency=medium * New upstream release. ===================================== debian/patches/path_max.diff ===================================== @@ -1,6 +1,6 @@ ---- a/src/compiler/glsl/tests/cache_test.c 2020-03-18 22:24:18.000000000 +0100 -+++ b/src/compiler/glsl/tests/cache_test.c 2020-03-30 12:09:05.000000000 +0200 -@@ -132,8 +132,8 @@ +--- a/src/compiler/glsl/tests/cache_test.c ++++ b/src/compiler/glsl/tests/cache_test.c +@@ -132,8 +132,8 @@ check_directories_created(const char *ca { bool sub_dirs_created = false; @@ -11,7 +11,7 @@ char *full_path = NULL; if (asprintf(&full_path, "%s%s", buf, ++cache_dir) != -1 ) { struct stat sb; -@@ -142,6 +142,7 @@ +@@ -142,6 +142,7 @@ check_directories_created(const char *ca free(full_path); } @@ -32,3 +32,16 @@ bool error = false; static void +--- a/src/gallium/auxiliary/pipe-loader/pipe_loader.c ++++ b/src/gallium/auxiliary/pipe-loader/pipe_loader.c +@@ -42,6 +42,10 @@ + #define PATH_MAX _MAX_PATH + #endif + ++#if !defined(PATH_MAX) && defined(__GNU__) ++#define PATH_MAX (4096) ++#endif ++ + #define MODULE_PREFIX "pipe_" + + static int (*backends[])(struct pipe_loader_device **, int) = { View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/a0dfc20f84a7a99d0b2e50748fc51dfbf543d349 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/a0dfc20f84a7a99d0b2e50748fc51dfbf543d349 You're receiving this email because of your account on salsa.debian.org.