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 \
|
||||
--disable-mysql-maintainer-mode
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
MYSQL_DEPENDENCIES += zlib
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MYSQL_SERVER),y)
|
||||
MYSQL_DEPENDENCIES += host-mysql host-bison
|
||||
HOST_MYSQL_DEPENDENCIES =
|
||||
|
Loading…
Reference in New Issue
Block a user