mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
mysql: Add optional zlib dependency
Make sure zlib is built before mysql. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d5996197e2
commit
221b52b3ab
@ -33,6 +33,10 @@ MYSQL_CONF_OPT = \
|
|||||||
--enable-thread-safe-client \
|
--enable-thread-safe-client \
|
||||||
--disable-mysql-maintainer-mode
|
--disable-mysql-maintainer-mode
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||||
|
MYSQL_DEPENDENCIES += zlib
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MYSQL_SERVER),y)
|
ifeq ($(BR2_PACKAGE_MYSQL_SERVER),y)
|
||||||
MYSQL_DEPENDENCIES += host-mysql host-bison
|
MYSQL_DEPENDENCIES += host-mysql host-bison
|
||||||
HOST_MYSQL_DEPENDENCIES =
|
HOST_MYSQL_DEPENDENCIES =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user