diff options
Diffstat (limited to 'sys-boot/refind')
-rw-r--r-- | sys-boot/refind/refind-0.11.2.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-boot/refind/refind-0.11.2.ebuild b/sys-boot/refind/refind-0.11.2.ebuild index 260ef1d80aea..6f050a747dcf 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 \ |