aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2024-01-31 21:20:21 +0100
committerMatthias Andree <matthias.andree@gmx.de>2024-01-31 21:20:21 +0100
commitc86e2eeb2ea97871ab1caf40ec3565f4df640aee (patch)
treede58e631b0cc4aa0a068f8c33b0524de34baa1a0 /INSTALL
parent4604c6ceb76b850a02b55b25b824b4abe8ae893e (diff)
downloadfetchmail-c86e2eeb2ea97871ab1caf40ec3565f4df640aee.tar.gz
fetchmail-c86e2eeb2ea97871ab1caf40ec3565f4df640aee.tar.bz2
fetchmail-c86e2eeb2ea97871ab1caf40ec3565f4df640aee.zip
INSTALL: Add hint that wolfSSL build should not override CFLAGS.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 2 insertions, 0 deletions
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