File otp_src_23.3-lib-crypto.patch of Package erlang
diff -Ndurp otp_src_23.3/lib/crypto/configure.in otp_src_23.3-lib-crypto/lib/crypto/configure.in
--- otp_src_23.3/lib/crypto/configure.in 2021-03-22 14:27:24.000000000 +0200
+++ otp_src_23.3-lib-crypto/lib/crypto/configure.in 2021-03-24 16:12:33.976806109 +0200
@@ -622,6 +622,7 @@ yes
"$erl_xcomp_isysroot/cygdrive/c/kerberos/include" \
"$erl_xcomp_isysroot/usr/local/kerberos/include" \
"$erl_xcomp_isysroot/usr/kerberos/include" \
+ "$erl_xcomp_isysroot/usr/include/krb5" \
"$erl_xcomp_isysroot/usr/include"
do
if test -f "$dir/krb5.h" ; then
@@ -655,7 +656,7 @@ case "$with_ssl_rpath" in
yes) # Use standard lib locations for ssl runtime library path
- if test "$SSL_APP" != "" && test "$SSL_DYNAMIC_ONLY" = "yes" && test "$ded_ld_rflg" != ""; then
+ if test "$SSL_APP" != "" && test "$SSL_DYNAMIC_ONLY" = "yes" && test "$OPSYS" != "linux" && test "$ded_ld_rflg" != ""; then
AC_MSG_CHECKING(for ssl runtime library path to use)