mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
ulogd: forcibly disable mysql when not present
Forcibly disable mysql support when we don't want it since ulogd's configure script can pick up the host mysql_config thus leading to a build failure. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f06109a815
commit
7e49c7036e
@ -20,6 +20,8 @@ ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
|||||||
ifeq ($(BR2_PACKAGE_MYSQL),y)
|
ifeq ($(BR2_PACKAGE_MYSQL),y)
|
||||||
ULOGD_CONF_OPT += --with-mysql=$(STAGING_DIR)/usr
|
ULOGD_CONF_OPT += --with-mysql=$(STAGING_DIR)/usr
|
||||||
ULOGD_DEPENDENCIES += mysql
|
ULOGD_DEPENDENCIES += mysql
|
||||||
|
else
|
||||||
|
ULOGD_CONF_OPT += --with-mysql=no
|
||||||
endif
|
endif
|
||||||
ifeq ($(BR2_PACKAGE_SQLITE),y)
|
ifeq ($(BR2_PACKAGE_SQLITE),y)
|
||||||
ULOGD_DEPENDENCIES += sqlite
|
ULOGD_DEPENDENCIES += sqlite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user