[Buildroot] [PATCH v2,2/2] package/madplay: fix static build

Arnout Vandecappelle arnout at mind.be
Wed Feb 20 23:19:17 UTC 2019



On 16/02/2019 14:40, Fabrice Fontaine wrote:
> Add a patch to use pkg-config to find id3tag dependency (-lz)
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/5e4882ddacf205a92a3ff1e79649cf16e4b6c0ae
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

 Both applied to master, thanks.

[snip]
>  # Force autoreconf to be able to use a more recent libtool script, that
>  # is able to properly behave in the face of a missing C++ compiler.

 I've extended this comment to refer to the new patch.

 Regards,
 Arnout

> @@ -18,7 +18,7 @@ MADPLAY_AUTORECONF = YES
>  # ./configure can find alsa-lib.
>  ifeq ($(BR2_PACKAGE_MADPLAY_ALSA),y)
>  MADPLAY_CONF_OPTS += --with-alsa
> -MADPLAY_DEPENDENCIES += host-pkgconf alsa-lib
> +MADPLAY_DEPENDENCIES += alsa-lib
>  MADPLAY_CONF_ENV += LIBS="`$(PKG_CONFIG_HOST_BINARY) --libs alsa`"
>  endif
>  
> 



More information about the buildroot mailing list