Get rid of patchelf requirement

OpenSSL has the configuration option shlib_variant, so we can use that instead.

This works for version 1.x and 3.x, so it would make the build script more similar between the two versions.

Also, this avoid issues that can come from patchelf, as this patch comes after a bug found in patchelf 0.18 that created wrongly aligned libraries. See https://github.com/NixOS/patchelf/issues/492.
This commit is contained in:
Assam Boudjelthia
2025-02-17 15:07:49 +02:00
committed by Assam Boudjelthia
parent 278fcd2602
commit 7ccc0bcede
2 changed files with 44 additions and 61 deletions
-1
View File
@@ -58,4 +58,3 @@ are correct for your environment.
### Build Prerequisites
The build script was tested against `bash` and `zsh` on Linux and macOS.
The `patchelf` command is required when building for OpenSSL 3.