[oe] [meta-networking][PATCH] networkmanager: Fix build with clang

Khem Raj raj.khem at gmail.com
Sat Apr 6 19:03:52 UTC 2019


On Sat, Apr 6, 2019 at 11:53 AM Andreas Müller <schnitzeltony at gmail.com> wrote:
>
> On Sat, Apr 6, 2019 at 8:42 PM Khem Raj <raj.khem at gmail.com> wrote:
> >
> > Detecting libdl for dlopen when failed returns
> > "none required", which then gets added to linker commandline
> > and inturn fails to link with errors obviously because "-lnone required"
> > is no such library.
> >
> > This patch is not musl dependent, earlier patches clubbed it into musl
> > patch however this is needed with clang too regardless of the C library
> > the reason is clang automatically brings in libdl in OE and hence this
> > test is failing.
> >
> Seems I was a bit over enthusiastic - thanks
>
> Out of curiosity: If I remember correct similar is in musl patch.
> Doesn't this cause conflict with musl patch?
>

I have deleted that portion from cumulative musl patch

> Andreas


More information about the Openembedded-devel mailing list