From c86e2eeb2ea97871ab1caf40ec3565f4df640aee Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 31 Jan 2024 21:20:21 +0100 Subject: INSTALL: Add hint that wolfSSL build should not override CFLAGS. --- INSTALL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL b/INSTALL index d1b8a7e9..cef5d006 100644 --- a/INSTALL +++ b/INSTALL @@ -53,6 +53,8 @@ Try after unpacking OpenSSL: If you are installing wolfSSL yourself, be sure to use a hardened build with all OpenSSL APIs - you may add --enable-debug, and note that --enable-opensslextra does NOT suffice. +Also note that overriding AM_CFLAGS or CFLAGS in wolfSSL's build may break +the OpenSSL compatibility layer. ./configure --enable-opensslall --enable-harden make && make test && make install -- cgit v1.2.3