Summary: | gnuefi ldsdir check uses guessed $efiroot instead of $EFI_LIB_DIR | ||
---|---|---|---|
Product: | systemd | Reporter: | Michał Górny <mgorny> |
Component: | general | Assignee: | Kay Sievers <kay> |
Status: | RESOLVED FIXED | QA Contact: | systemd-bugs |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Michał Górny
2015-04-11 13:17:39 UTC
Hmm, I have trouble parsing the text. Please explain what you are looking for, or just propose a patch. I'm thinking the following may be better: [AS_FOR([DIR], [EFI_LDS_DIR], ["${EFI_LIB_DIR}/gnuefi" "${EFI_LIB_DIR}"], [AC_CHECK_FILE([${EFI_LDS_DIR}/elf_${EFI_ARCH}_efi.lds], [have_efi_lds=yes && break])])]) i.e. $EFI_LIB_DIR (--with-efi-libdir=) instead of $efiroot (default path). Seems to work fine here. Applied. Thanks! |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.