alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
68 stars 113 forks source link

Fix RANLIB and ARFLAGS #185

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

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.

ehuss commented 1 year ago

Yes, please!