configure: Detect (and reject) LibreSSL
Rebased-From: a5a81f7354b3aa3e797d973a7e6840f0e50e6533 Github-Pull: #6244
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
3eada74d6f
commit
0401aa2e8f
@@ -677,6 +677,14 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AC_CHECK_LIB([crypto],[RAND_egd],[],[
|
||||||
|
AC_ARG_WITH([libressl],
|
||||||
|
[AS_HELP_STRING([--with-libressl],[Build with system LibreSSL (default is no; DANGEROUS; NOT SUPPORTED)])],
|
||||||
|
[AC_MSG_WARN([Detected LibreSSL: This is NOT supported, and may break consensus compatibility!])],
|
||||||
|
[AC_MSG_ERROR([Detected LibreSSL: This is NOT supported, and may break consensus compatibility!])]
|
||||||
|
)
|
||||||
|
])
|
||||||
|
|
||||||
CFLAGS_TEMP="$CFLAGS"
|
CFLAGS_TEMP="$CFLAGS"
|
||||||
LIBS_TEMP="$LIBS"
|
LIBS_TEMP="$LIBS"
|
||||||
CFLAGS="$CFLAGS $SSL_CFLAGS $CRYPTO_CFLAGS"
|
CFLAGS="$CFLAGS $SSL_CFLAGS $CRYPTO_CFLAGS"
|
||||||
|
|||||||
Reference in New Issue
Block a user