Gentoo Archives: gentoo-commits

From: Sam Jorna <wraeth@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/
Date: Fri, 27 Apr 2018 09:23:45
Message-Id: 1524820809.2086a46b5f2e37f49d6ba68a7a82a73a2abcb3b9.wraeth@gentoo
1 commit: 2086a46b5f2e37f49d6ba68a7a82a73a2abcb3b9
2 Author: Sam Jorna <wraeth <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 09:20:09 2018 +0000
4 Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 09:20:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2086a46b
7
8 sys-boot/refind: fix SYMLINK_LIB=no bug 627744
9
10 Bug: https://bugs.gentoo.org/627744
11 Package-Manager: Portage-2.3.31, Repoman-2.3.9
12
13 sys-boot/refind/refind-0.11.2.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/sys-boot/refind/refind-0.11.2.ebuild b/sys-boot/refind/refind-0.11.2.ebuild
17 index 260ef1d80ae..6f050a747dc 100644
18 --- a/sys-boot/refind/refind-0.11.2.ebuild
19 +++ b/sys-boot/refind/refind-0.11.2.ebuild
20 @@ -101,6 +101,9 @@ src_compile() {
21 AS="$(tc-getAS)"
22 LD="$(tc-getLD)"
23 AR="$(tc-getAR)"
24 + GNUEFILIB="/usr/$(get_libdir)"
25 + EFILIB="/usr/$(get_libdir)"
26 + EFICRT0="/usr/$(get_libdir)"
27 RANLIB="$(tc-getRANLIB)"
28 OBJCOPY="$(tc-getOBJCOPY)"
29 GNUEFI_LDFLAGS="-T \$(GNUEFI_LDSCRIPT) -shared -nostdlib -Bsymbolic \