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

xz: set CONFIG_SHELL to /bin/sh, fix retained reference to bootstrap #34916

Closed
wants to merge 1 commit into from

Commits on Feb 13, 2018

  1. xz: set CONFIG_SHELL to /bin/sh, fix retained reference to bootstrap

    Using CONFIG_SHELL since that's what is checked first.
    Don't force the shell to use, let xz test what it finds
    and come to its own conclusions about suitability.
    
    As-is our stdenv fails to build with Nix 2.0 due to references
    in xz's scripts to bootstrap tools' "sh".
    
    Try `nix-build -A xz --check` and look at what configure detects
    for the POSIX-compat shell: it needs to be /bin/sh, and if
    it instead is a path with the word "bootstrap" then you've reproduced.
    dtzWill committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    2f1f6d9 View commit details
    Browse the repository at this point in the history