summaryrefslogtreecommitdiffstats
path: root/graphics-libs/mesa/HISTORY
diff options
context:
space:
mode:
authorIsmael Luceno2021-08-10 23:18:53 +0200
committerIsmael Luceno2021-08-10 23:18:53 +0200
commit3466b6f87cdf28e0806308dfeb8d9afabfc6dd01 (patch)
tree9d634eab9908a057e82c301c46c503ee1bbd409b /graphics-libs/mesa/HISTORY
parent2dead07a83e7d3bcc6d16ecffcd20d15f167aef6 (diff)
mesa: Add patches for musl-based systems
- Add option to disable initial-exec TLS model (see comment on BUILD) - Fix endianness test on musl - Fix stack size issue on musl - Fix thread id type and missing includes on musl
Diffstat (limited to 'graphics-libs/mesa/HISTORY')
-rw-r--r--graphics-libs/mesa/HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 6761277a29..6a3d3e2a8b 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,8 @@
+2021-08-10 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD, patches/add-use-elf-tls.patch, patches/musl-endian.patch,
+ patches/musl-stacksize.patch, patches/musl.patch:
+ Added fixes for musl libc systems
+
2021-08-07 Justin Boffemmyer <flux@sourcemage.org>
* CONFIGURE: strip leading spaces from driver lists,
make DRI, Gallium, and Vulkan naming/messges consistent