Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: 6e0fd246e7a6e51f92b2ef3520bfc4414b7773c0 https://github.com/openssl/openssl/commit/6e0fd246e7a6e51f92b2ef3520bfc4414b7773c0 Author: Richard Levitte <levi...@openssl.org> Date: 2024-06-25 (Tue, 25 Jun 2024)
Changed paths: M exporters/build.info M util/mkinstallvars.pl Log Message: ----------- Give util/mkinstallvars.pl more fine grained control over var dependencies Essentially, we try to do what GNU does. 'prefix' is used to define the defaults for 'exec_prefix' and 'libdir', and these are then used to define further directory values. util/mkinstallvars.pl is changed to reflect that to the best of our ability. Reviewed-by: Neil Horman <nhor...@openssl.org> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24687) Commit: 30dc37d798a0428fd477d3763086e7e97b3d596f https://github.com/openssl/openssl/commit/30dc37d798a0428fd477d3763086e7e97b3d596f Author: Richard Levitte <levi...@openssl.org> Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M exporters/cmake/OpenSSLConfig.cmake.in M exporters/pkg-config/libcrypto.pc.in M exporters/pkg-config/libssl.pc.in M exporters/pkg-config/openssl.pc.in Log Message: ----------- Adapt all the exporter files to the new vars from util/mkinstallvars.pl With this, the pkg-config files take better advantage of relative directory values. Fixes #24298 Reviewed-by: Neil Horman <nhor...@openssl.org> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24687) Compare: https://github.com/openssl/openssl/compare/a9064366e8dc...30dc37d798a0 To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications