branch: masterhelp wantedtriaged: feature
Métricas do repositório
- Stars
- (30.157 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
The absolute path for libdir used to work in past but it no longer works (see #25249). However, there are still several places in sources where there is the support for absolute path in libdir left even overall the absolute path does not work, for example:
- https://github.com/openssl/openssl/blob/2de7e1d69851a363cadd9d6bdd95302b89a4383b/Configurations/unix-Makefile.tmpl#L323
- https://github.com/openssl/openssl/blob/2de7e1d69851a363cadd9d6bdd95302b89a4383b/exporters/pkg-config/libcrypto.pc.in#L9
This should be either cleaned up, or the support for the absolute path in libdir should be restored.
Also, to avoid confusion, the Configure should fail if there is absolute path for libdir specified.