Document Ubuntu 24 daemon build
This commit is contained in:
+1
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user