We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb061c3 commit a5a81f7Copy full SHA for a5a81f7
configure.ac
@@ -677,6 +677,14 @@ else
677
fi
678
679
680
+AC_CHECK_LIB([crypto],[RAND_egd],[],[
681
+ AC_ARG_WITH([libressl],
682
+ [AS_HELP_STRING([--with-libressl],[Build with system LibreSSL (default is no; DANGEROUS; NOT SUPPORTED)])],
683
+ [AC_MSG_WARN([Detected LibreSSL: This is NOT supported, and may break consensus compatibility!])],
684
+ [AC_MSG_ERROR([Detected LibreSSL: This is NOT supported, and may break consensus compatibility!])]
685
+ )
686
+])
687
+
688
CFLAGS_TEMP="$CFLAGS"
689
LIBS_TEMP="$LIBS"
690
CFLAGS="$CFLAGS $SSL_CFLAGS $CRYPTO_CFLAGS"
0 commit comments