diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-25 10:49:12 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-25 10:49:12 +0000 |
commit | f450da1070627cb65198abba52d413deda1fd023 (patch) | |
tree | 2357a64b4fdaf8004466fbc29508f632f81533da /NEWS | |
parent | dc9d28f34e9ece72d670f41a024364833d8f2f3c (diff) | |
download | fetchmail-f450da1070627cb65198abba52d413deda1fd023.tar.gz fetchmail-f450da1070627cb65198abba52d413deda1fd023.tar.bz2 fetchmail-f450da1070627cb65198abba52d413deda1fd023.zip |
Check if OpenSSL requires -ldl, too.
Consolidate target_os specific options into a case...esac structure.
Add -DBIND_8_COMPAT to CFLAGS on Darwin.
svn path=/trunk/; revision=4326
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -212,6 +212,9 @@ fetchmail 6.3.0 (not yet released officially): * Kerberos IV detection fix for FreeBSD 4. Simon Barner. (MA) * Fix display and documentation of --envelope option. Matthias Andree * Make "envelope 'Delivered-To'" work with dropdelivered. Timothy Lee. (MA) +* Add -DBIND_8_COMPAT to Darwin (MacOS X) compiles, to fix build problems on + newer Darwin versions. Matthias Andree. +* fetchmail should now automatically detect if OpenSSL requires -ldl. # INTERNAL CHANGES * Switched to automake. Matthias Andree. |