Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipxe: fix build by fixing -idirafter ordering #213106

Merged
merged 1 commit into from
Jan 28, 2023

Commits on Jan 28, 2023

  1. ipxe: fix build by fixing -idirafter ordering

    `ipxe` build broke after NixOS#210004
    where we started dropping default libc include path and switched to
    `-idirafter` way of specifying libc headers.
    
    Unfortunately the way it's implemented it injects `-idirafter` after
    user's flags, not before. That allows users to inject their paths before
    libc include paths, not after (as it would notmally happen).
    
    The change works it around for `ipxe` by pulling `-idirafter` libc flags
    before user's flags.
    trofi committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    a9e6a5c View commit details
    Browse the repository at this point in the history