From c79dc674701d1c0638d1d3ca0b6fd668392d881a Mon Sep 17 00:00:00 2001 From: Georgi Georgiev Date: Wed, 25 Apr 2018 10:26:49 +0900 Subject: [PATCH] Bug 627744 - sys-boot/refind fails to build with SYMLINK_LIB=no LIBDIR_x86=lib --- 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 260ef1d8..6f050a74 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 \ -- 2.17.0