aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-04-06 11:38:10 -0700
committerKhem Raj <raj.khem@gmail.com>2019-04-06 16:59:58 -0700
commit82b8ae6bd2167748ca3ffb4cd5d251f20ed30af1 (patch)
tree2b7d34c20fe8bd0a51f8c4defb0024a60e2f8a3a /meta-oe/recipes-multimedia
parente57fe0b07ebbffce7aaae759cd062e1001c366fd (diff)
downloadmeta-openembedded-82b8ae6bd2167748ca3ffb4cd5d251f20ed30af1.tar.gz
networkmanager: Fix build with clang
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. This is noop with gcc since the first check will pass thats why it works in first place Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
0 files changed, 0 insertions, 0 deletions