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

Compile glibc without -fstack-protector. #1

Merged
merged 2 commits into from
Jun 27, 2012

Commits on Jun 4, 2012

  1. Compile glibc without -fstack-protector.

    At least until NixOS full supports -fstack-protector it's better to turn it off
    at the moment, as previous successful builds didn't include it either.
    aszlig committed Jun 4, 2012
    Configuration menu
    Copy the full SHA
    d0d4123 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2012

  1. Work around SSP build failure in glibc214, too.

    Glibc 2.14 also produces a build failure in Hydra, so we need to apply the same
    fix here, too.
    aszlig committed Jun 27, 2012
    Configuration menu
    Copy the full SHA
    f5a5915 View commit details
    Browse the repository at this point in the history