| 25788ab2 | 18-Apr-2024 |
Damjan Jovanovic <damjan@apache.org> |
Fix a regression in 8eb9a7e66a3128669216ddb884f844d50ac59fb9, which broke delivering libcrypto.lib and libssl.lib on Windows.
Patch by: me
(cherry picked from commit 9b51720274ee0b7c1ade0e9b4cd4b84
Fix a regression in 8eb9a7e66a3128669216ddb884f844d50ac59fb9, which broke delivering libcrypto.lib and libssl.lib on Windows.
Patch by: me
(cherry picked from commit 9b51720274ee0b7c1ade0e9b4cd4b8417efd1b6c)
show more ...
|
| e350def3 | 07-Apr-2024 |
Damjan Jovanovic <damjan@apache.org> |
Build OpenSSL as a dynamic link library, instead of a static library.
Patch its users to use an RPATH of $ORIGIN, so they use the correct copy. This reduces the size of the build by about 4615 KiB,
Build OpenSSL as a dynamic link library, instead of a static library.
Patch its users to use an RPATH of $ORIGIN, so they use the correct copy. This reduces the size of the build by about 4615 KiB, or 3.78%.
Patch by: me
(adapted from commit 8eb9a7e66a3128669216ddb884f844d50ac59fb9 by Arrigo Marchiori)
show more ...
|