Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -4,15 +4,21 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LFTP_VERSION = 4.6.4
|
||||
LFTP_VERSION = 4.7.3
|
||||
LFTP_SOURCE = lftp-$(LFTP_VERSION).tar.xz
|
||||
LFTP_SITE = http://lftp.yar.ru/ftp
|
||||
LFTP_LICENSE = GPLv3+
|
||||
LFTP_LICENSE_FILES = COPYING
|
||||
# Needed so that our libtool patch applies properly
|
||||
# Needed so that our libtool patch applies properly, and for patch
|
||||
# 0001-fix-static-link-with-readline.patch.
|
||||
LFTP_AUTORECONF = YES
|
||||
LFTP_DEPENDENCIES = readline zlib host-pkgconf
|
||||
|
||||
# Help lftp finding readline and zlib
|
||||
LFTP_CONF_OPTS = \
|
||||
--with-readline=$(STAGING_DIR)/usr \
|
||||
--with-zlib=$(STAGING_DIR)/usr
|
||||
|
||||
ifneq ($(BR2_STATIC_LIBS),y)
|
||||
LFTP_CONF_OPTS += --with-modules
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user