[Buildroot] [PATCH 3/3] package/kvazaar: needs BR2_TOOLCHAIN_HAS_SYNC_4

Arnout Vandecappelle arnout at mind.be
Tue Jul 4 23:11:39 UTC 2017



On 05-07-17 01:08, Romain Naour wrote:
> ./.libs/libkvazaar.so: undefined reference to `__sync_add_and_fetch_4'
> 
> Fixes:
> http://autobuild.buildroot.net/results/b39/b39a82a2e4106c5ec55c288415e73043a872a0b1
> 
> Signed-off-by: Romain Naour <romain.naour at smile.fr>

Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>

 Regards,
 Arnout

> ---
>  package/kvazaar/Config.in | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/kvazaar/Config.in b/package/kvazaar/Config.in
> index de2c6c9..fb97369 100644
> --- a/package/kvazaar/Config.in
> +++ b/package/kvazaar/Config.in
> @@ -2,10 +2,12 @@ config BR2_PACKAGE_KVAZAAR
>  	bool "kvazaar"
>  	depends on BR2_INSTALL_LIBSTDCPP
>  	depends on BR2_TOOLCHAIN_HAS_THREADS
> +	depends on BR2_TOOLCHAIN_HAS_SYNC_4
>  	help
>  	  An open-source HEVC encoder licensed under LGPLv2.1
>  
>  	  https://github.com/ultravideo/kvazaar
>  
>  comment "kvazaar needs a toolchain w/ C++, threads"
> +	depends on BR2_TOOLCHAIN_HAS_SYNC_4
>  	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
> 

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF


More information about the buildroot mailing list