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 0AE05138334 for ; Sun, 2 Sep 2018 00:46:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37710E07D1; Sun, 2 Sep 2018 00:46:36 +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 14EA3E07D1 for ; Sun, 2 Sep 2018 00:46:34 +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 24182335C9A for ; Sun, 2 Sep 2018 00:46:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D09123BA for ; Sun, 2 Sep 2018 00:46:30 +0000 (UTC) From: "Sam Jorna" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam Jorna" Message-ID: <1535849061.b6d2187e9c3ba35adeb83431485df503178244c6.wraeth@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/refind/refind-0.11.3.ebuild X-VCS-Directories: sys-boot/refind/ X-VCS-Committer: wraeth X-VCS-Committer-Name: Sam Jorna X-VCS-Revision: b6d2187e9c3ba35adeb83431485df503178244c6 X-VCS-Branch: master Date: Sun, 2 Sep 2018 00:46:30 +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-Archives-Salt: 574698d0-ccbb-4a90-b9f4-70a6e7431f96 X-Archives-Hash: 2d7046c063f4c9d092c4dc17f4b3726f commit: b6d2187e9c3ba35adeb83431485df503178244c6 Author: Sam Jorna gentoo org> AuthorDate: Sun Sep 2 00:44:21 2018 +0000 Commit: Sam Jorna gentoo org> CommitDate: Sun Sep 2 00:44:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d2187e sys-boot/refind: fix SIMLINK_LIB=no Bug: https://bugs.gentoo.org/627744 Package-Manager: Portage-2.3.48, Repoman-2.3.10 sys-boot/refind/refind-0.11.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-boot/refind/refind-0.11.3.ebuild b/sys-boot/refind/refind-0.11.3.ebuild index 511e74dce7a..61fa6812831 100644 --- a/sys-boot/refind/refind-0.11.3.ebuild +++ b/sys-boot/refind/refind-0.11.3.ebuild @@ -101,6 +101,9 @@ src_compile() { AS="$(tc-getAS)" LD="$(tc-getLD)" AR="$(tc-getAR)" + GNUEFILIB="/usr/$(get_libdir)" + EFILIB="/usr/$(get_libdir)" + EFICRT0="/usr/$(get_libdir)" RANLIB="$(tc-getRANLIB)" OBJCOPY="$(tc-getOBJCOPY)" GNUEFI_LDFLAGS="-T \$(GNUEFI_LDSCRIPT) -shared -nostdlib -Bsymbolic \ @@ -177,7 +180,7 @@ pkg_postinst() { elog "" if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "refind-install requires additional packages to be fully functional:" - elog " app-crypt/sbsigntool for binary signing for use with SecureBoot" + elog " app-crypt/sbsigntools for binary signing for use with SecureBoot" elog " sys-boot/efibootmgr for writing to NVRAM" elog " sys-block/parted for automatic ESP location and mount" elog ""