mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
sconeserver: fix autouild failure
Fixes autobuild failures such as the following. http://autobuild.buildroot.net/results/1bdb5e014daf76b701afea5c82ac83ac4c97d4cb/ Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
62c139134a
commit
626f9e3749
@ -60,7 +60,8 @@ endif
|
|||||||
ifeq ($(BR2_PACKAGE_SCONESERVER_MYSQL),y)
|
ifeq ($(BR2_PACKAGE_SCONESERVER_MYSQL),y)
|
||||||
SCONESERVER_DEPENDENCIES += mysql_client
|
SCONESERVER_DEPENDENCIES += mysql_client
|
||||||
SCONESERVER_CONF_OPT += --with-mysql \
|
SCONESERVER_CONF_OPT += --with-mysql \
|
||||||
--with-mysql_config="$(STAGING_DIR)/usr/bin/mysql_config"
|
--with-mysql_config="$(STAGING_DIR)/usr/bin/mysql_config" \
|
||||||
|
LDFLAGS="$(TARGET_LDFLAGS) -L$(STAGING_DIR)/usr/lib/mysql"
|
||||||
else
|
else
|
||||||
SCONESERVER_CONF_OPT += --without-mysql
|
SCONESERVER_CONF_OPT += --without-mysql
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user