alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
69 stars 114 forks source link

Do not refuse to copy symlinks in build script #236

Closed link2xt closed 8 months ago

link2xt commented 8 months ago

Refusing to copy symlinks breaks the build under https://github.com/nix-community/naersk.

Fixes #235

link2xt commented 8 months ago

Cannot make it to work with git dependency rather than crate at https://github.com/deltachat/deltachat-core-rust/pull/5319, but this is probably another bug: https://github.com/nix-community/naersk/issues/287

This change makes sense in any case and finding ./Configure worked before the change, so will likely work again after merging this and uploading to crates.io.