mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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
11 lines
414 B
Text
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
|