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

Fix RANLIB and ARFLAGS #185

Merged
merged 1 commit into from
Mar 20, 2023
Merged

Conversation

ehuss
Copy link
Contributor

@ehuss ehuss commented Mar 18, 2023

This fixes the use of ARFLAGS and RANLIBFLAGS.

The check for ARFLAGS was inverted, and was only ever giving an empty string for ARFLAGS.

AFAICT, the OpenSSL Makefile does not support RANLIBFLAGS. This updates it so that the flags get stuffed in with RANLIB.

Copy link
Owner

@alexcrichton alexcrichton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you like a release for this as well?

@alexcrichton alexcrichton merged commit 86e0d7b into alexcrichton:release/111 Mar 20, 2023
@ehuss
Copy link
Contributor Author

ehuss commented Mar 20, 2023

Yes, please!

alexcrichton pushed a commit that referenced this pull request Mar 20, 2023
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