From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2EAD138350 for ; Sat, 7 Mar 2020 18:19:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1826E0895; Sat, 7 Mar 2020 18:19:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE1AEE0895 for ; Sat, 7 Mar 2020 18:19:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E11834F152 for ; Sat, 7 Mar 2020 18:19:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3DF9151 for ; Sat, 7 Mar 2020 18:19:47 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1583605186.18d707f689112f62183f24e25e40c993f21cc2c1.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libglvnd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libglvnd/libglvnd-1.3.1.ebuild media-libs/libglvnd/libglvnd-9999.ebuild X-VCS-Directories: media-libs/libglvnd/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 18d707f689112f62183f24e25e40c993f21cc2c1 X-VCS-Branch: master Date: Sat, 7 Mar 2020 18:19:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29184f96-6df4-43ba-97e2-bc861bc9c900 X-Archives-Hash: 4a52554f425fcfd75fa7f0690601b19b commit: 18d707f689112f62183f24e25e40c993f21cc2c1 Author: Jory Pratt gentoo org> AuthorDate: Sat Mar 7 18:19:33 2020 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sat Mar 7 18:19:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d707f6 media-libs/libglvnd: Disable tls for musl libc Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Jory Pratt gentoo.org> media-libs/libglvnd/libglvnd-1.3.1.ebuild | 2 ++ media-libs/libglvnd/libglvnd-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/media-libs/libglvnd/libglvnd-1.3.1.ebuild b/media-libs/libglvnd/libglvnd-1.3.1.ebuild index 4e0ae03b614..9333909df81 100644 --- a/media-libs/libglvnd/libglvnd-1.3.1.ebuild +++ b/media-libs/libglvnd/libglvnd-1.3.1.ebuild @@ -46,6 +46,8 @@ multilib_src_configure() { $(meson_feature X x11) $(meson_feature X glx) ) + use elibc_musl && emesonargs+=( -Dtls=disabled ) + meson_src_configure } diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild b/media-libs/libglvnd/libglvnd-9999.ebuild index aa0f129196b..772d3cb97ea 100644 --- a/media-libs/libglvnd/libglvnd-9999.ebuild +++ b/media-libs/libglvnd/libglvnd-9999.ebuild @@ -46,6 +46,8 @@ multilib_src_configure() { $(meson_feature X x11) $(meson_feature X glx) ) + use elibc_musl && emesonargs+=( -Dtls=disabled ) + meson_src_configure }