Import buildroot 2016.02
This commit is contained in:
@@ -16,6 +16,10 @@ PURE_FTPD_CONF_OPTS = \
|
||||
--with-puredb \
|
||||
--with-rfc2640
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ELFUTILS),y)
|
||||
PURE_FTPD_DEPENDENCIES += elfutils
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBCAP),y)
|
||||
PURE_FTPD_CONF_OPTS += --with-capabilities
|
||||
PURE_FTPD_DEPENDENCIES += libcap
|
||||
@@ -23,6 +27,10 @@ else
|
||||
PURE_FTPD_CONF_OPTS += --without-capabilities
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBSODIUM),y)
|
||||
PURE_FTPD_DEPENDENCIES += libsodium
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
PURE_FTPD_CONF_OPTS += --with-tls
|
||||
PURE_FTPD_DEPENDENCIES += openssl
|
||||
|
||||
Reference in New Issue
Block a user