commit: 2086a46b5f2e37f49d6ba68a7a82a73a2abcb3b9 Author: Sam Jorna <wraeth <AT> gentoo <DOT> org> AuthorDate: Fri Apr 27 09:20:09 2018 +0000 Commit: Sam Jorna <wraeth <AT> gentoo <DOT> 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 \
