[systemd-bugs] [Bug 89982] New: gnuefi ldsdir check uses guessed $efiroot instead of $EFI_LIB_DIR
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Apr 11 06:17:39 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=89982
Bug ID: 89982
Summary: gnuefi ldsdir check uses guessed $efiroot instead of
$EFI_LIB_DIR
Product: systemd
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: general
Assignee: systemd-bugs at lists.freedesktop.org
Reporter: mgorny at gentoo.org
QA Contact: systemd-bugs at lists.freedesktop.org
If --with-efi-ldsdir is not passed, systemd guesses:
[AS_FOR([DIR], [EFI_LDS_DIR], ["${efiroot}/gnuefi" "${efiroot}"],
[AC_CHECK_FILE([${EFI_LDS_DIR}/elf_${EFI_ARCH}_efi.lds],
[have_efi_lds=yes && break])])])
However, since just before I have overrode $efiroot with --with-efi-libdir, it
would seem reasonable to try that one ($EFI_LIB_DIR) instead.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20150411/0a6c4af1/attachment.html>
More information about the systemd-bugs
mailing list