Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / 
mesa


Commits:
be65a0c7 by Timo Aaltonen at 2020-09-17T12:01:06+03:00
path_max.diff: Updated. (Closes: #969040)

- - - - -


2 changed files:

- debian/changelog
- debian/patches/path_max.diff


Changes:

=====================================
debian/changelog
=====================================
@@ -1,6 +1,7 @@
 mesa (20.2.0~rc4-2) UNRELEASED; urgency=medium
 
   * Migrate to llvm/clang-11.
+  * path_max.diff: Updated. (Closes: #969040)
 
  -- Timo Aaltonen <[email protected]>  Wed, 16 Sep 2020 15:09:30 +0300
 


=====================================
debian/patches/path_max.diff
=====================================
@@ -19,3 +19,16 @@
     }
  
     expect_true(sub_dirs_created, "create sub dirs");
+--- a/src/util/process_test.c
++++ b/src/util/process_test.c
+@@ -36,6 +36,10 @@
+ #define PATH_MAX MAX_PATH
+ #endif
+ 
++#if !defined(PATH_MAX) && defined(__GNU__)
++#define PATH_MAX (4096)
++#endif
++
+ bool error = false;
+ 
+ static void



View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/commit/be65a0c779ccefe8d8a061167243eaa99d66ddd8

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/commit/be65a0c779ccefe8d8a061167243eaa99d66ddd8
You're receiving this email because of your account on salsa.debian.org.


Reply via email to