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

Andreas Müller schnitzeltony at gmail.com
Sat Apr 6 18:53:34 UTC 2019


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?

Andreas


More information about the Openembedded-devel mailing list