[Buildroot] [PATCH] openal: Disable build also for examples and tests

André Hentschel nerv at dawncrow.de
Sat Sep 17 11:47:25 UTC 2016


Am 15.09.2016 um 18:27 schrieb André Hentschel:
> Signed-off-by: André Hentschel <nerv at dawncrow.de>
> ---
>  package/openal/openal.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/openal/openal.mk b/package/openal/openal.mk
> index 356f2c1..6384104 100644
> --- a/package/openal/openal.mk
> +++ b/package/openal/openal.mk
> @@ -16,8 +16,8 @@ OPENAL_LICENSE = LGPLv2+
>  OPENAL_LICENSE_FILES = COPYING
>  OPENAL_INSTALL_STAGING = YES
>  
> -# We don't need the utilities, Distros don't ship them either
> -OPENAL_CONF_OPTS += -DALSOFT_UTILS=OFF
> +# We don't need examples, tests and utilities, Distros don't ship them either
> +OPENAL_CONF_OPTS += -DALSOFT_UTILS=OFF -DALSOFT_EXAMPLES=OFF -DALSOFT_TESTS=OFF
>  
>  ifeq ($(BR2_TOOLCHAIN_GCC_AT_LEAST_4_8),y)
>  OPENAL_CONF_OPTS += -DEXTRA_LIBS=atomic
> 
Note, this is for http://autobuild.buildroot.net/results/a11eab534b8642077705d891329c1fd40d394419



More information about the buildroot mailing list