diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2024-01-31 21:20:21 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2024-01-31 21:20:21 +0100 |
commit | c86e2eeb2ea97871ab1caf40ec3565f4df640aee (patch) | |
tree | de58e631b0cc4aa0a068f8c33b0524de34baa1a0 /INSTALL | |
parent | 4604c6ceb76b850a02b55b25b824b4abe8ae893e (diff) | |
download | fetchmail-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-- | INSTALL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |