Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
config BR2_PACKAGE_FETCHMAIL
|
||||
bool "fetchmail"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_CA_CERTIFICATES
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_ZLIB
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
Fetchmail - the mail-retrieval daemon
|
||||
Client daemon to move mail from POP and IMAP to your local computer
|
||||
Client daemon to move mail from POP and IMAP to your local
|
||||
computer
|
||||
|
||||
http://www.fetchmail.info/
|
||||
|
||||
@@ -8,12 +8,16 @@ FETCHMAIL_VERSION_MAJOR = 6.3
|
||||
FETCHMAIL_VERSION = $(FETCHMAIL_VERSION_MAJOR).26
|
||||
FETCHMAIL_SOURCE = fetchmail-$(FETCHMAIL_VERSION).tar.xz
|
||||
FETCHMAIL_SITE = http://downloads.sourceforge.net/project/fetchmail/branch_$(FETCHMAIL_VERSION_MAJOR)
|
||||
FETCHMAIL_LICENSE = GPLv2; some exceptions are mentioned in COPYING
|
||||
FETCHMAIL_LICENSE = GPL-2.0; some exceptions are mentioned in COPYING
|
||||
FETCHMAIL_LICENSE_FILES = COPYING
|
||||
FETCHMAIL_AUTORECONF = YES
|
||||
FETCHMAIL_GETTEXTIZE = YES
|
||||
|
||||
# needed to help fetchmail detecting the availability of openssl,
|
||||
# because it doesn't use pkg-config
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
FETCHMAIL_CONF_ENV += LIBS="-lz"
|
||||
endif
|
||||
|
||||
FETCHMAIL_CONF_OPTS = \
|
||||
--with-ssl=$(STAGING_DIR)/usr
|
||||
@@ -21,7 +25,7 @@ FETCHMAIL_CONF_OPTS = \
|
||||
FETCHMAIL_DEPENDENCIES = \
|
||||
ca-certificates \
|
||||
openssl \
|
||||
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
|
||||
$(TARGET_NLS_DEPENDENCIES)
|
||||
|
||||
# fetchmailconf.py script is not (yet) python3-compliant.
|
||||
# Prevent the pyc-compilation with python-3 from failing by removing this
|
||||
|
||||
Reference in New Issue
Block a user