[systemd-devel] [PATCH 3/5] efi: use EFI_CC
David Herrmann
dh.herrmann at gmail.com
Sat Apr 11 03:43:07 PDT 2015
Hi
On Tue, Apr 7, 2015 at 8:54 PM, Marc-Antoine Perennou
<Marc-Antoine at perennou.com> wrote:
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 29111f5..1608c83 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1172,7 +1172,7 @@ AS_IF([test "x$enable_gnuefi" != "xno"], [
> [AC_MSG_ERROR([*** gnuefi support requested but headers not found])])
> ])
>
> - efiroot=$(echo $(cd /usr/lib/$(gcc -print-multi-os-directory); pwd))
> + efiroot=$(echo $(cd /usr/lib/$(${EFI_CC} -print-multi-os-directory); pwd))
Applied!
Thanks
David
> EFI_LIB_DIR="$efiroot"
> AC_ARG_WITH(efi-libdir,
> --
> 2.3.3
>
> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel
More information about the systemd-devel
mailing list