ports/lang/erlang-runtime25/files/patch-lib_crypto_c__src_Makefile.in
Vladimir Druzenko 44a4b47e7b lang/erlang-runtime25: 25.3.2.15 => 25.3.2.21
Changelogs:
https://github.com/erlang/otp/releases/tag/OTP-25.3.2.16
https://github.com/erlang/otp/releases/tag/OTP-25.3.2.17
https://github.com/erlang/otp/releases/tag/OTP-25.3.2.18
https://github.com/erlang/otp/releases/tag/OTP-25.3.2.19
https://github.com/erlang/otp/releases/tag/OTP-25.3.2.20
https://github.com/erlang/otp/releases/tag/OTP-25.3.2.21

Refresh patches.
Pet portclippy.

PR:		286332
Approved by:	erlang (maintainer, timeout > 3 weeks)
Security:	CVE-2024-53846
Security:	CVE-2025-26618
Security:	CVE-2025-30211
Security:	CVE-2025-32433
Security:	CVE-2025-46712
MFH:		2025Q2
2025-05-17 02:46:33 +03:00

12 lines
448 B
Plaintext

--- lib/crypto/c_src/Makefile.in.orig 2025-05-08 11:08:25 UTC
+++ lib/crypto/c_src/Makefile.in
@@ -147,7 +147,7 @@ ifeq ($(DYNAMIC_OR_WIN_CRYPTO_LIB),yes)
endif
ifeq ($(DYNAMIC_OR_WIN_CRYPTO_LIB),yes)
-SSL_DED_LD_RUNTIME_LIBRARY_PATH = @SSL_DED_LD_RUNTIME_LIBRARY_PATH@
+SSL_DED_LD_RUNTIME_LIBRARY_PATH =
CRYPTO_LINK_LIB=$(SSL_DED_LD_RUNTIME_LIBRARY_PATH) -L$(SSL_LIBDIR) -l$(SSL_CRYPTO_LIBNAME)
EXTRA_FLAGS = -DHAVE_DYNAMIC_CRYPTO_LIB
else