fetchmail: adjust zlib handling
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 19 May 2017 21:04:41 +0000 (23:04 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 31 May 2017 21:04:53 +0000 (23:04 +0200)
commit281d8451c4082fb2e1f0e65c7e10aecfbe192482
tree43e490dff606a4bf98f1356dde99b6e378cedd3c
parente613c6eb4a79b0c4e79d099e12c35e27370ecb60
fetchmail: adjust zlib handling

fetchmail itself does not need zlib, there is no reference to it in its
source, so the "select BR2_PACKAGE_ZLIB" is not necessary. Moreover,
"zlib" was not added to FETCHMAIL_DEPENDENCIES (but was anyway in the
dependency chain through openssl).

In addition, LIBS="-lz" is only needed in static linking configurations,
to help fetchmail's configure script find OpenSSL (it doesn't use
pkg-config unfortunately).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/fetchmail/Config.in
package/fetchmail/fetchmail.mk