[Buildroot] [PATCH] package/neard: needs shared libs

Yann E. MORIN yann.morin.1998 at free.fr
Mon May 4 21:46:01 UTC 2015


All,

On 2015-05-04 23:35 +0200, Yann E. MORIN spake thusly:
> neard uses dlopen(), so needs shared libs.
> 
> Fixes:
>     http://autobuild.buildroot.org/results/0a4/0a466cde55c5e128a2e201924f80f0ec6b8b5c2a/
> 
> Reported-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
> 
> ---
> Note: the only package that selects neard is connman, and it already
> depends on !static.
> ---
>  package/neard/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/neard/Config.in b/package/neard/Config.in
> index ed20e06..71d979b 100644
> --- a/package/neard/Config.in
> +++ b/package/neard/Config.in
> @@ -3,6 +3,7 @@ config BR2_PACKAGE_NEARD
>  	depends on BR2_USE_WCHAR # libglib2
>  	depends on BR2_TOOLCHAIN_HAS_THREADS # libnl, dbus, libglib2
>  	depends on BR2_USE_MMU # dbus, libglib2
> +	depends on !BR2_STATIC_LIBS # dlopen

I forgot to update the comment... Will resend... Sorry...

Regards,
Yann E. MORIN.

>  	select BR2_PACKAGE_DBUS
>  	select BR2_PACKAGE_LIBGLIB2
>  	select BR2_PACKAGE_LIBNL
> -- 
> 1.9.1
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list