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 6BD621382C5 for ; Fri, 27 Apr 2018 09:23:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C2D9E0948; Fri, 27 Apr 2018 09:23:44 +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 5A68AE0948 for ; Fri, 27 Apr 2018 09:23:44 +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 A0854335C06 for ; Fri, 27 Apr 2018 09:23:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E37A272 for ; Fri, 27 Apr 2018 09:23:39 +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: <1524820809.2086a46b5f2e37f49d6ba68a7a82a73a2abcb3b9.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.2.ebuild X-VCS-Directories: sys-boot/refind/ X-VCS-Committer: wraeth X-VCS-Committer-Name: Sam Jorna X-VCS-Revision: 2086a46b5f2e37f49d6ba68a7a82a73a2abcb3b9 X-VCS-Branch: master Date: Fri, 27 Apr 2018 09:23:39 +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: 86733917-62d6-4ac9-a852-ed699778721c X-Archives-Hash: 78ed7a5a5dd372835c05dfd45e2e1935 commit: 2086a46b5f2e37f49d6ba68a7a82a73a2abcb3b9 Author: Sam Jorna gentoo org> AuthorDate: Fri Apr 27 09:20:09 2018 +0000 Commit: Sam Jorna gentoo org> CommitDate: Fri Apr 27 09:20:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2086a46b sys-boot/refind: fix SYMLINK_LIB=no bug 627744 Bug: https://bugs.gentoo.org/627744 Package-Manager: Portage-2.3.31, Repoman-2.3.9 sys-boot/refind/refind-0.11.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-boot/refind/refind-0.11.2.ebuild b/sys-boot/refind/refind-0.11.2.ebuild index 260ef1d80ae..6f050a747dc 100644 --- a/sys-boot/refind/refind-0.11.2.ebuild +++ b/sys-boot/refind/refind-0.11.2.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 \