1 diff -Nuraw otp_src_26.2.2_O/lib/crypto/configure otp_src_26.2.2/lib/crypto/configure
2 --- otp_src_26.2.2_O/lib/crypto/configure 2024-02-07 15:00:00.000000000 +0100
3 +++ otp_src_26.2.2/lib/crypto/configure 2024-02-18 05:14:02.000000000 +0100
15 -/usr/local/opt/openssl \
16 -/opt/homebrew/opt/openssl \
23 +std_ssl_locations="/usr"
27 # Check whether --with-ssl was given.
29 # Setup subdirectories to search in...
31 if test "$ac_cv_sizeof_void_p" = "8"; then
32 - search_subdirs="$search_subdirs lib64 lib/64"
33 + search_subdirs="lib/amd64"
35 search_subdirs="$search_subdirs lib32 lib/32"
38 # If none of the above links, we skip runtime
41 - for type in std x_std curr; do
42 + for type in curr; do
44 ded_ld_rpath="$ded_ld_rflg$SSL_RUNTIME_LIBDIR"
45 rpath="$SSL_RUNTIME_LIBDIR"
46 diff -Nuraw otp_src_26.2.2_O/lib/crypto/configure.ac otp_src_26.2.2/lib/crypto/configure.ac
47 --- otp_src_26.2.2_O/lib/crypto/configure.ac 2024-02-07 15:00:00.000000000 +0100
48 +++ otp_src_26.2.2/lib/crypto/configure.ac 2024-02-18 05:12:06.000000000 +0100
50 LM_WINDOWS_ENVIRONMENT
55 AC_MSG_CHECKING([for multiarch directory])
59 AC_CHECK_SIZEOF(void *)
68 -/usr/local/opt/openssl \
69 -/opt/homebrew/opt/openssl \
76 +std_ssl_locations="/usr"
79 AS_HELP_STRING([--with-ssl=PATH], [base location of OpenSSL include and lib directories])
81 # Setup subdirectories to search in...
83 if test "$ac_cv_sizeof_void_p" = "8"; then
84 - search_subdirs="$search_subdirs lib64 lib/64"
85 + search_subdirs="lib/amd64"
87 search_subdirs="$search_subdirs lib32 lib/32"
90 # If none of the above links, we skip runtime
93 - for type in std x_std curr; do
94 + for type in curr; do
96 ded_ld_rpath="$ded_ld_rflg$SSL_RUNTIME_LIBDIR"
97 rpath="$SSL_RUNTIME_LIBDIR"