From f6b6e0b68bd2d84a245981583c492c009678c7b0 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 3 Apr 2022 20:53:06 +0200 Subject: [PATCH] package/fetchmail: fix build with libressl Fix the following build failure with libressl raised since bump to version 6.4.29 in commit ba6fd52195f2e3d0b04baae40cfe084226824d31 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 Signed-off-by: Yann E. MORIN --- package/fetchmail/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/fetchmail/Config.in b/package/fetchmail/Config.in index a4bf5a7c20..1017df34b2 100644 --- a/package/fetchmail/Config.in +++ b/package/fetchmail/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_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