commit: ee5899530f9e2e3fef35219b3cd511f44c8f83be
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Wed May 8 03:26:00 2019 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Wed May 8 03:26:00 2019 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=ee589953
media-libs/mesa: disable tls in latest ~testing ebuild
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
media-libs/mesa/mesa-19.1.0_rc1.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/media-libs/mesa/mesa-19.1.0_rc1.ebuild
b/media-libs/mesa/mesa-19.1.0_rc1.ebuild
index c15e899..733ce08 100644
--- a/media-libs/mesa/mesa-19.1.0_rc1.ebuild
+++ b/media-libs/mesa/mesa-19.1.0_rc1.ebuild
@@ -457,6 +457,11 @@ multilib_src_configure() {
emesonargs+=( $(meson_use pax_kernel glx-read-only-text) )
fi
+ # Disable glx tls support on musl
+ if use elibc_musl; then
+ emesonargs+=( -Dglx-tls=false )
+ fi
+
# on abi_x86_32 hardened we need to have asm disable
if [[ ${ABI} == x86* ]] && use pic; then
emesonargs+=( -Dasm=false )