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

[elfutils] fix build failure #12465

Merged
merged 2 commits into from
Sep 10, 2024

Commits on Sep 9, 2024

  1. [elfutils] pass -Wno-error properly

    It fixes a bug where -Wno-error was passed along with CXX, which in turn
    led to `-Wno-error $CXX` being run instead of just `$CXX`.
    
    elfutils still fails to compile when libarchive is present but it doesn't
    affect OSS-Fuzz builds: https://sourceware.org/bugzilla/show_bug.cgi?id=32155.
    (It regressed in
    https://sourceware.org/git/?p=elfutils.git;a=commit;h=b9fd1dda0ba6ddf7dd14ff6745ea3e884a2f553a)
    evverx committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ae9c4ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b91f89e View commit details
    Browse the repository at this point in the history