[Buildroot] [PATCH] package/wine: host-wine also needs bison and flex

Arnout Vandecappelle arnout at mind.be
Tue Dec 11 22:01:19 UTC 2018



On 11/12/2018 17:28, Thomas Petazzoni wrote:
> Just like the build of the target wine, the build of host wine also
> needs bison and flex, otherwise the build fails with:
> 
> checking for flex... no
> configure: error: no suitable flex found. Please install the 'flex' package.
> 
> (and similarly for bison once host-flex is provided)
> 
> This was detected using per-package directories.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/wine/wine.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/wine/wine.mk b/package/wine/wine.mk
> index dc559efd95..78c8e6ab63 100644
> --- a/package/wine/wine.mk
> +++ b/package/wine/wine.mk
> @@ -10,6 +10,7 @@ WINE_SITE = https://dl.winehq.org/wine/source/3.0
>  WINE_LICENSE = LGPL-2.1+
>  WINE_LICENSE_FILES = COPYING.LIB LICENSE
>  WINE_DEPENDENCIES = host-bison host-flex host-wine
> +HOST_WINE_DEPENDENCIES = host-bison host-flex
>  
>  # Wine needs its own directory structure and tools for cross compiling
>  WINE_CONF_OPTS = \
> 



More information about the buildroot mailing list