package/pure-ftpd: add optional mysql dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
be82ad9b45
commit
f5c906c598
@ -30,6 +30,13 @@ ifeq ($(BR2_PACKAGE_LIBSODIUM),y)
|
|||||||
PURE_FTPD_DEPENDENCIES += libsodium
|
PURE_FTPD_DEPENDENCIES += libsodium
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_MYSQL),y)
|
||||||
|
PURE_FTPD_CONF_OPTS += --with-mysql=$(STAGING_DIR)/usr
|
||||||
|
PURE_FTPD_DEPENDENCIES += mysql
|
||||||
|
else
|
||||||
|
PURE_FTPD_CONF_OPTS += --without-mysql
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_OPENLDAP),y)
|
ifeq ($(BR2_PACKAGE_OPENLDAP),y)
|
||||||
PURE_FTPD_CONF_OPTS += --with-ldap
|
PURE_FTPD_CONF_OPTS += --with-ldap
|
||||||
PURE_FTPD_DEPENDENCIES += openldap
|
PURE_FTPD_DEPENDENCIES += openldap
|
||||||
|
Loading…
Reference in New Issue
Block a user