diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2022-06-04 22:29:47 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2022-07-16 11:46:19 +0200 |
commit | 32d3b075363cd3d7fa531cf9476e9d3ec8d3168f (patch) | |
tree | 99f7b6627a8ed3c0c2e12d595a2c010a5e9161a1 /NEWS | |
parent | c89909b0d4e3fc914045bc5bacf029699c1d2420 (diff) | |
download | fetchmail-32d3b075363cd3d7fa531cf9476e9d3ec8d3168f.tar.gz fetchmail-32d3b075363cd3d7fa531cf9476e9d3ec8d3168f.tar.bz2 fetchmail-32d3b075363cd3d7fa531cf9476e9d3ec8d3168f.zip |
configure.ac: try to fix --with-ssl=/pre/fix build
and pass the -L through LIBS to AC_LIB_LINKFLAGS_FROM_LIBS()
instead of through LDCONFIG where it will miss it.
To fix build issues reported by Dennis Putnam,
when multiple OpenSSL versions are on the system.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -96,6 +96,8 @@ removed from a 6.5.0 or newer release.) fetchmail-6.4.31 (not yet release): # BUG FIXES: +* Try to fix ./configure --with-ssl=... for systems that have multiple OpenSSL + versions installed. Issues reported by Dennis Putnam. * The netrc parser now reports its errors to syslog or logfile when appropriate, previously it would always log to stderr. * Add error checking to .netrc parser. |