f6b6e0b68b
Fix the following build failure with libressl raised since bump to
version 6.4.29 in commit ba6fd52195 and
https://gitlab.com/fetchmail/fetchmail/-/commit/340d00bf9910ed55163be26435f70baf65a64f9d:
configure: error: fetchmail cannot legally be linked against LibreSSL for lack of GPL2 clause 2b exception. See COPYING.
Fixes:
- http://autobuild.buildroot.org/results/95ca66091efa0dafb7c4e8e8c7da1f929ef32d76
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
13 lines
341 B
Plaintext
13 lines
341 B
Plaintext
config BR2_PACKAGE_FETCHMAIL
|
|
bool "fetchmail"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_CA_CERTIFICATES
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
|
|
help
|
|
Fetchmail - the mail-retrieval daemon
|
|
Client daemon to move mail from POP and IMAP to your local
|
|
computer
|
|
|
|
http://www.fetchmail.info/
|