Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PROFTPD_VERSION = 1.3.5d
|
||||
PROFTPD_VERSION = 1.3.6
|
||||
PROFTPD_SITE = ftp://ftp.proftpd.org/distrib/source
|
||||
PROFTPD_LICENSE = GPLv2+
|
||||
PROFTPD_LICENSE = GPL-2.0+
|
||||
PROFTPD_LICENSE_FILES = COPYING
|
||||
|
||||
PROFTPD_CONF_ENV = \
|
||||
@@ -27,6 +27,13 @@ ifeq ($(BR2_PACKAGE_PROFTPD_MOD_REWRITE),y)
|
||||
PROFTPD_CONF_OPTS += --with-modules=mod_rewrite
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PROFTPD_MOD_REDIS),y)
|
||||
PROFTPD_CONF_OPTS += --enable-redis
|
||||
PROFTPD_DEPENDENCIES += hiredis
|
||||
else
|
||||
PROFTPD_CONF_OPTS += --disable-redis
|
||||
endif
|
||||
|
||||
# configure script doesn't handle detection of %llu format string
|
||||
# support for printing the file size when cross compiling, breaking
|
||||
# access for large files.
|
||||
|
||||
Reference in New Issue
Block a user