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 2BED8158094 for ; Thu, 28 Jul 2022 13:03:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D6E0E0EBA; Thu, 28 Jul 2022 13:03:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 50248E0EB1 for ; Thu, 28 Jul 2022 13:03:57 +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 628C5341197 for ; Thu, 28 Jul 2022 13:03:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2264545 for ; Thu, 28 Jul 2022 13:03:54 +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: <1659013426.9541fad8fb8167c5f4b9fa6ceb58839139fd8014.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fwupd-efi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fwupd-efi/fwupd-efi-1.3.ebuild X-VCS-Directories: sys-apps/fwupd-efi/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 9541fad8fb8167c5f4b9fa6ceb58839139fd8014 X-VCS-Branch: master Date: Thu, 28 Jul 2022 13:03:54 +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: f97b447b-f518-4089-a90f-a096e0f5b5ad X-Archives-Hash: c62cb3e27ebe493e7421edf98c84d9fb commit: 9541fad8fb8167c5f4b9fa6ceb58839139fd8014 Author: Marek Szuba gentoo org> AuthorDate: Thu Jul 28 12:10:05 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Jul 28 13:03:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9541fad8 sys-apps/fwupd-efi: have the ebuilds set efi-libdir Upstream build scripts attempt to determine the ABI-correct libdir name by calling '${CC} -print-multi-os-directory', which does not work with clang. Fortunately, we have a perfectly good mechanism for this available to the ebuilds. Closes: https://bugs.gentoo.org/831970 Signed-off-by: Marek Szuba gentoo.org> sys-apps/fwupd-efi/fwupd-efi-1.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/fwupd-efi/fwupd-efi-1.3.ebuild b/sys-apps/fwupd-efi/fwupd-efi-1.3.ebuild index 7fff4de7760f..ade0d8be03f8 100644 --- a/sys-apps/fwupd-efi/fwupd-efi-1.3.ebuild +++ b/sys-apps/fwupd-efi/fwupd-efi-1.3.ebuild @@ -39,6 +39,7 @@ src_configure() { local emesonargs=( -Defi-cc="$(tc-getCC)" -Defi-ld="$(tc-getLD)" + -Defi-libdir="${EPREFIX}"/usr/$(get_libdir) -Defi_sbat_distro_id="gentoo" -Defi_sbat_distro_summary="Gentoo GNU/Linux" -Defi_sbat_distro_pkgname="${PN}"