diff mbox

package/neard: needs shared libs

Message ID 1430775351-16684-1-git-send-email-yann.morin.1998@free.fr
State Changes Requested
Headers show

Commit Message

Yann E. MORIN May 4, 2015, 9:35 p.m. UTC
neard uses dlopen(), so needs shared libs.

Fixes:
    http://autobuild.buildroot.org/results/0a4/0a466cde55c5e128a2e201924f80f0ec6b8b5c2a/

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@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(+)

Comments

Yann E. MORIN May 4, 2015, 9:46 p.m. UTC | #1
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@free-electrons.com>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@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
>
diff mbox

Patch

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
 	select BR2_PACKAGE_DBUS
 	select BR2_PACKAGE_LIBGLIB2
 	select BR2_PACKAGE_LIBNL