mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/pure-ftpd: add optional postgresql 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
26d5d1c0a2
commit
be82ad9b45
@ -47,6 +47,13 @@ else
|
|||||||
PURE_FTPD_CONF_OPTS += --without-tls
|
PURE_FTPD_CONF_OPTS += --without-tls
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_POSTGRESQL),y)
|
||||||
|
PURE_FTPD_CONF_OPTS += --with-pgsql=$(STAGING_DIR)/usr
|
||||||
|
PURE_FTPD_DEPENDENCIES += postgresql
|
||||||
|
else
|
||||||
|
PURE_FTPD_CONF_OPTS += --without-pgsql
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_TOOLCHAIN_SUPPORTS_PIE),)
|
ifeq ($(BR2_TOOLCHAIN_SUPPORTS_PIE),)
|
||||||
PURE_FTPD_CONF_ENV += ax_cv_check_cflags___fPIE=no ax_cv_check_ldflags___fPIE=no
|
PURE_FTPD_CONF_ENV += ax_cv_check_cflags___fPIE=no ax_cv_check_ldflags___fPIE=no
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user