mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
package/pure-ftpd: add optional openldap dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit 4f67a6c7d29ffb0bb2b8dcc190fdd71de5be84bc) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
53711fdce9
commit
18c18e572e
@ -31,6 +31,13 @@ ifeq ($(BR2_PACKAGE_LIBSODIUM),y)
|
|||||||
PURE_FTPD_DEPENDENCIES += libsodium
|
PURE_FTPD_DEPENDENCIES += libsodium
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_OPENLDAP),y)
|
||||||
|
PURE_FTPD_CONF_OPTS += --with-ldap
|
||||||
|
PURE_FTPD_DEPENDENCIES += openldap
|
||||||
|
else
|
||||||
|
PURE_FTPD_CONF_OPTS += --without-ldap
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
PURE_FTPD_CONF_OPTS += --with-tls
|
PURE_FTPD_CONF_OPTS += --with-tls
|
||||||
PURE_FTPD_DEPENDENCIES += openssl
|
PURE_FTPD_DEPENDENCIES += openssl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user