ports/lang/erlang-runtime26/files/patch-lib_crypto_c__src_Makefile.in
Dave Cottlehuber 73d4e6734c lang/erlang-runtime26: new port derived from erlang-runtime25
OTP-26 is the annual major release from Ericsson's Erlang/OTP team.

- https://www.erlang.org/news/164
- https://erlang.org/download/otp_src_26.0.readme

Reviewed by:	dumbbell
Sponsored by:	VMware, Inc.
Sponsored by:	SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D40126
2023-05-19 10:00:33 +00:00

11 lines
414 B
Text

--- lib/crypto/c_src/Makefile.in.orig 2021-05-27 09:40:45 UTC
+++ lib/crypto/c_src/Makefile.in
@@ -136,7 +136,7 @@ endif
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