sys-boot/refind: fix SIMLINK_LIB=no
authorSam Jorna <wraeth@gentoo.org>
Sun, 2 Sep 2018 00:44:21 +0000 (10:44 +1000)
committerSam Jorna <wraeth@gentoo.org>
Sun, 2 Sep 2018 00:44:21 +0000 (10:44 +1000)
Bug: https://bugs.gentoo.org/627744
Package-Manager: Portage-2.3.48, Repoman-2.3.10

sys-boot/refind/refind-0.11.3.ebuild

index 511e74dce7aad1d052e96d0463ec8c11287954f9..61fa681283110657e7a76f1d11c006fad7e19884 100644 (file)
@@ -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 \
@@ -177,7 +180,7 @@ pkg_postinst() {
        elog ""
        if [[ -z "${REPLACING_VERSIONS}" ]]; then
                elog "refind-install requires additional packages to be fully functional:"
-               elog " app-crypt/sbsigntool for binary signing for use with SecureBoot"
+               elog " app-crypt/sbsigntools for binary signing for use with SecureBoot"
                elog " sys-boot/efibootmgr for writing to NVRAM"
                elog " sys-block/parted for automatic ESP location and mount"
                elog ""