[Buildroot] [PATCH 4/4] mysql: host-mysql depends on host-zlib

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Mar 4 17:52:27 UTC 2014


Dear Marcelo Gutiérrez,

On Tue,  4 Mar 2014 14:50:03 +0000, Marcelo Gutiérrez wrote:
> 
> Signed-off-by: Marcelo Gutiérrez <kuyurix at gmail.com>
> ---
>  package/mysql/mysql.mk |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/mysql/mysql.mk b/package/mysql/mysql.mk
> index c35fef5..9a8612b 100644
> --- a/package/mysql/mysql.mk
> +++ b/package/mysql/mysql.mk
> @@ -34,7 +34,7 @@ MYSQL_CONF_OPT = \
>  
>  ifeq ($(BR2_PACKAGE_MYSQL_SERVER),y)
>  MYSQL_DEPENDENCIES += host-mysql host-bison
> -HOST_MYSQL_DEPENDENCIES =
> +HOST_MYSQL_DEPENDENCIES = host-zlib

Hum, why? I have built the mysql server successfully without this
patch. Can you give some details about why this is needed?

And by the way, thanks a lot for the patches!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list