Document Ubuntu 24 daemon build

This commit is contained in:
root
2026-04-28 05:00:21 +00:00
parent 84cbc07fd5
commit 24959ec1f7
4 changed files with 70 additions and 16 deletions
+1 -5
View File
@@ -1102,11 +1102,7 @@ AC_CHECK_DECLS([EVP_MD_CTX_new],,,[AC_INCLUDES_DEFAULT
CXXFLAGS="${save_CXXFLAGS}"
AC_CHECK_LIB([crypto],[RAND_egd],[],[
AC_ARG_WITH([unsupported-ssl],
[AS_HELP_STRING([--with-unsupported-ssl],[Build with system SSL (default is no; DANGEROUS; NOT SUPPORTED; You should use OpenSSL 1.0)])],
[AC_MSG_WARN([Detected unsupported SSL version: This is NOT supported, and may break consensus compatibility!])],
[AC_MSG_ERROR([Detected unsupported SSL version: This is NOT supported, and may break consensus compatibility!])]
)
AC_MSG_WARN([RAND_egd is unavailable in this OpenSSL version; continuing with the modern libcrypto RNG API])
])
dnl univalue check