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: Sun, 02 Sep 2018 00:46:37
Message-Id: 1535849061.b6d2187e9c3ba35adeb83431485df503178244c6.wraeth@gentoo
1 commit: b6d2187e9c3ba35adeb83431485df503178244c6
2 Author: Sam Jorna <wraeth <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 2 00:44:21 2018 +0000
4 Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 2 00:44:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d2187e
7
8 sys-boot/refind: fix SIMLINK_LIB=no
9
10 Bug: https://bugs.gentoo.org/627744
11 Package-Manager: Portage-2.3.48, Repoman-2.3.10
12
13 sys-boot/refind/refind-0.11.3.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/sys-boot/refind/refind-0.11.3.ebuild b/sys-boot/refind/refind-0.11.3.ebuild
17 index 511e74dce7a..61fa6812831 100644
18 --- a/sys-boot/refind/refind-0.11.3.ebuild
19 +++ b/sys-boot/refind/refind-0.11.3.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 \
30 @@ -177,7 +180,7 @@ pkg_postinst() {
31 elog ""
32 if [[ -z "${REPLACING_VERSIONS}" ]]; then
33 elog "refind-install requires additional packages to be fully functional:"
34 - elog " app-crypt/sbsigntool for binary signing for use with SecureBoot"
35 + elog " app-crypt/sbsigntools for binary signing for use with SecureBoot"
36 elog " sys-boot/efibootmgr for writing to NVRAM"
37 elog " sys-block/parted for automatic ESP location and mount"
38 elog ""