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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6B4F15800A for ; Sat, 19 Aug 2023 16:24:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 185DB2BC017; Sat, 19 Aug 2023 16:24:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03A4B2BC017 for ; Sat, 19 Aug 2023 16:24:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5143D341164 for ; Sat, 19 Aug 2023 16:24:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDA09DBC for ; Sat, 19 Aug 2023 16:24:26 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1692462247.199a157b43188adb4e2da3f0d285a7a6a351ea44.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libblockdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libblockdev/libblockdev-3.0.2-r1.ebuild X-VCS-Directories: sys-libs/libblockdev/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 199a157b43188adb4e2da3f0d285a7a6a351ea44 X-VCS-Branch: master Date: Sat, 19 Aug 2023 16:24:26 +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: 061d9173-8e20-4a16-adcf-f2204b991237 X-Archives-Hash: 28b949ca7d5f502bff59563457a61493 commit: 199a157b43188adb4e2da3f0d285a7a6a351ea44 Author: Marek Szuba gentoo org> AuthorDate: Sat Aug 19 11:40:46 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Aug 19 16:24:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=199a157b sys-libs/libblockdev: work around problems with sys-devel/lld Closes: https://bugs.gentoo.org/910487 Signed-off-by: Marek Szuba gentoo.org> sys-libs/libblockdev/libblockdev-3.0.2-r1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys-libs/libblockdev/libblockdev-3.0.2-r1.ebuild b/sys-libs/libblockdev/libblockdev-3.0.2-r1.ebuild index 3c1005c34b8a..c9c348b7e758 100644 --- a/sys-libs/libblockdev/libblockdev-3.0.2-r1.ebuild +++ b/sys-libs/libblockdev/libblockdev-3.0.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) -inherit autotools python-single-r1 xdg-utils +inherit autotools python-single-r1 toolchain-funcs xdg-utils DESCRIPTION="A library for manipulating block devices" HOMEPAGE="https://github.com/storaged-project/libblockdev" @@ -88,6 +88,11 @@ src_prepare() { } src_configure() { + # Bug #910487 + if tc-ld-is-lld; then + tc-ld-force-bfd + fi + local myeconfargs=( --with-btrfs --with-fs