Skip to content

Don't pass through CARGO_MAKEFLAGS args on BSD platforms #43

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

Merged
merged 1 commit into from
Jan 4, 2018

Conversation

worr
Copy link
Contributor

@worr worr commented Jan 4, 2018

These are incompatible with bsdmake, and will cause failures in
any packages that use this lib on systems where make == bsdmake.

Tested on OpenBSD 6.2/amd64 against git2-rs. This fixed all build failures on that platform.

Another possible solution is forcing bsd platforms to use gmake, but this introduces an external dependency and is otherwise unnecessary because cmake generates portable Makefiles

These are incompatible with bsdmake, and will cause failures in
any packages that use this lib on systems where make == bsdmake.
@alexcrichton alexcrichton merged commit daeb9b0 into rust-lang:master Jan 4, 2018
@alexcrichton
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants